svn commit: r397953 - head/editors/joe

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 26 10:17:03 UTC 2015


Author: bapt
Date: Sat Sep 26 10:17:01 2015
New Revision: 397953
URL: https://svnweb.freebsd.org/changeset/ports/397953

Log:
  Convert to @sample

Modified:
  head/editors/joe/Makefile
  head/editors/joe/pkg-plist

Modified: head/editors/joe/Makefile
==============================================================================
--- head/editors/joe/Makefile	Sat Sep 26 09:26:11 2015	(r397952)
+++ head/editors/joe/Makefile	Sat Sep 26 10:17:01 2015	(r397953)
@@ -3,6 +3,7 @@
 
 PORTNAME=	joe
 PORTVERSION=	4.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES?=	editors
 MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
@@ -31,7 +32,7 @@ post-patch:
 
 post-install:
 	for rc in jmacsrc joerc jpicorc jstarrc rjoerc; do \
-		${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.dist ; \
+		${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.sample ; \
 	done
 
 .include <bsd.port.mk>

Modified: head/editors/joe/pkg-plist
==============================================================================
--- head/editors/joe/pkg-plist	Sat Sep 26 09:26:11 2015	(r397952)
+++ head/editors/joe/pkg-plist	Sat Sep 26 10:17:01 2015	(r397953)
@@ -11,21 +11,11 @@ bin/termidx
 %%PORTDOCS%%%%DOCSDIR%%/README.md
 %%ETCDIR%%/ftyperc
 %%ETCDIR%%/jicerc.ru
- at unexec if cmp -s %D/%%ETCDIR%%/jmacsrc.dist %D/%%ETCDIR%%/jmacsrc; then rm -f %D/%%ETCDIR%%/jmacsrc; fi
-%%ETCDIR%%/jmacsrc.dist
- at exec if [ ! -f %D/%%ETCDIR%%/jmacsrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jmacsrc; fi
- at unexec if cmp -s %D/%%ETCDIR%%/joerc.dist %D/%%ETCDIR%%/joerc; then rm -f %D/%%ETCDIR%%/joerc; fi
-%%ETCDIR%%/joerc.dist
- at exec if [ ! -f %D/%%ETCDIR%%/joerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/joerc; fi
- at unexec if cmp -s %D/%%ETCDIR%%/jpicorc.dist %D/%%ETCDIR%%/jpicorc; then rm -f %D/%%ETCDIR%%/jpicorc; fi
-%%ETCDIR%%/jpicorc.dist
- at exec if [ ! -f %D/%%ETCDIR%%/jpicorc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jpicorc; fi
- at unexec if cmp -s %D/%%ETCDIR%%/jstarrc.dist %D/%%ETCDIR%%/jstarrc; then rm -f %D/%%ETCDIR%%/jstarrc; fi
-%%ETCDIR%%/jstarrc.dist
- at exec if [ ! -f %D/%%ETCDIR%%/jstarrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jstarrc; fi
- at unexec if cmp -s %D/%%ETCDIR%%/rjoerc.dist %D/%%ETCDIR%%/rjoerc; then rm -f %D/%%ETCDIR%%/rjoerc; fi
-%%ETCDIR%%/rjoerc.dist
- at exec if [ ! -f %D/%%ETCDIR%%/rjoerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/rjoerc; fi
+ at sample %%ETCDIR%%/jmacsrc.sample
+ at sample %%ETCDIR%%/joerc.sample
+ at sample %%ETCDIR%%/jpicorc.sample
+ at sample %%ETCDIR%%/jstarrc.sample
+ at sample %%ETCDIR%%/rjoerc.sample
 %%ETCDIR%%/shell.csh
 %%ETCDIR%%/shell.sh
 %%DATADIR%%/charmaps/klingon


More information about the svn-ports-all mailing list