diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-26 20:29:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-26 20:29:04 +0800 |
commit | e0507ceabf28887e25d2d8e49eac5380bef9a7fa (patch) | |
tree | 0e7a320f94607fde39eeec8d420c052a5da1004e /astro | |
parent | 6b5858fec4db786d24622ab72387b862ca03f777 (diff) | |
download | freebsd-ports-gnome-e0507ceabf28887e25d2d8e49eac5380bef9a7fa.tar.gz freebsd-ports-gnome-e0507ceabf28887e25d2d8e49eac5380bef9a7fa.tar.zst freebsd-ports-gnome-e0507ceabf28887e25d2d8e49eac5380bef9a7fa.zip |
Convert to @sample
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xplanet/Makefile | 2 | ||||
-rw-r--r-- | astro/xplanet/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 72be1540b0c3..1d55bc44893b 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -3,7 +3,7 @@ PORTNAME= xplanet PORTVERSION= 1.3.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= astro geography MASTER_SITES= SF diff --git a/astro/xplanet/pkg-plist b/astro/xplanet/pkg-plist index 26bd0f85ba34..1009b34cedab 100644 --- a/astro/xplanet/pkg-plist +++ b/astro/xplanet/pkg-plist @@ -1,10 +1,9 @@ bin/xplanet man/man1/xplanet.1.gz -@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 +@sample %%DATADIR%%/config/default.sample %%DATADIR%%/config/earth_markers %%DATADIR%%/config/moon_orbit %%DATADIR%%/config/overlay_clouds |