Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2015 12:29:05 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397966 - head/astro/xplanet
Message-ID:  <201509261229.t8QCT5IV046617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509261229.t8QCT5IV046617>