svn commit: r372421 - head/lang/fpc
Antoine Brodin
antoine at FreeBSD.org
Mon Nov 10 22:03:42 UTC 2014
Author: antoine
Date: Mon Nov 10 22:03:41 2014
New Revision: 372421
URL: https://svnweb.freebsd.org/changeset/ports/372421
QAT: https://qat.redports.org/buildarchive/r372421/
Log:
Simplify plist
Modified:
head/lang/fpc/pkg-plist
Modified: head/lang/fpc/pkg-plist
==============================================================================
--- head/lang/fpc/pkg-plist Mon Nov 10 22:00:17 2014 (r372420)
+++ head/lang/fpc/pkg-plist Mon Nov 10 22:03:41 2014 (r372421)
@@ -1,6 +1,3 @@
- at unexec if cmp -s %D/etc/fpc.cfg.sample %D/etc/fpc.cfg; then rm -f %D/etc/fpc.cfg; fi
-etc/fpc.cfg.sample
- at exec if [ ! -f %D/etc/fpc.cfg ] ; then cp -p %D/%F %B/fpc.cfg; fi
bin/fpc
bin/fpcsubst
bin/fpcmake
@@ -12,6 +9,7 @@ bin/ppufiles
bin/ppumove
%%FPC_I386%%bin/ppc386
%%FPC_AMD64%%bin/ppcx64
+ at sample etc/fpc.cfg.sample
lib/fpc/%%PORTVERSION%%/msg/errorct.msg
lib/fpc/%%PORTVERSION%%/msg/errord.msg
lib/fpc/%%PORTVERSION%%/msg/errorda.msg
More information about the svn-ports-head
mailing list