svn commit: r395771 - branches/2015Q3/devel/cmunge
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Sep 1 15:51:53 UTC 2015
Author: amdmi3
Date: Tue Sep 1 15:51:52 2015
New Revision: 395771
URL: https://svnweb.freebsd.org/changeset/ports/395771
Log:
MFH: r395770
- Fix installed script referencing stagedir
Approved by: portmgr blanket
Approved by: ports-secteam blanket
Modified:
branches/2015Q3/devel/cmunge/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/devel/cmunge/Makefile
==============================================================================
--- branches/2015Q3/devel/cmunge/Makefile Tue Sep 1 15:47:59 2015 (r395770)
+++ branches/2015Q3/devel/cmunge/Makefile Tue Sep 1 15:51:52 2015 (r395771)
@@ -3,7 +3,7 @@
PORTNAME= cmunge
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.vcpc.univie.ac.at/vcpc/jhm/code/ \
http://bsd-geek.de/FreeBSD/distfiles/
@@ -24,7 +24,7 @@ OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e \
- 's|/vcpc_users/jhm/bin/cmunger|${STAGEDIR}${PREFIX}|; \
+ 's|/vcpc_users/jhm/bin/cmunger|${PREFIX}|; \
s|/usr/ccs/lib/cpp|/usr/bin/cpp|' ${WRKSRC}/cmunge
do-install:
More information about the svn-ports-branches
mailing list