svn commit: r397966 - head/astro/xplanet
Baptiste Daroussin
bapt at FreeBSD.org
Sat Sep 26 12:29:05 UTC 2015
Author: bapt
Date: Sat Sep 26 12:29:04 2015
New Revision: 397966
URL: https://svnweb.freebsd.org/changeset/ports/397966
Log:
Convert to @sample
Modified:
head/astro/xplanet/Makefile
head/astro/xplanet/pkg-plist
Modified: head/astro/xplanet/Makefile
==============================================================================
--- head/astro/xplanet/Makefile Sat Sep 26 12:25:52 2015 (r397965)
+++ head/astro/xplanet/Makefile Sat Sep 26 12:29:04 2015 (r397966)
@@ -3,7 +3,7 @@
PORTNAME= xplanet
PORTVERSION= 1.3.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= astro geography
MASTER_SITES= SF
Modified: head/astro/xplanet/pkg-plist
==============================================================================
--- head/astro/xplanet/pkg-plist Sat Sep 26 12:25:52 2015 (r397965)
+++ head/astro/xplanet/pkg-plist Sat Sep 26 12:29:04 2015 (r397966)
@@ -1,10 +1,9 @@
bin/xplanet
man/man1/xplanet.1.gz
- at unexec if cmp -s %D/share/xplanet/config/default %D/share/xplanet/config/default.sample; then rm -f %D/share/xplanet/config/default;fi
%%DATADIR%%/arcs/README
%%DATADIR%%/arcs/constellations
%%DATADIR%%/config/README
-%%DATADIR%%/config/default.sample
+ at sample %%DATADIR%%/config/default.sample
%%DATADIR%%/config/earth_markers
%%DATADIR%%/config/moon_orbit
%%DATADIR%%/config/overlay_clouds
More information about the svn-ports-all
mailing list