svn commit: r350696 - head/emulators/cinc
Pawel Pekala
pawel at FreeBSD.org
Wed Apr 9 13:05:31 UTC 2014
Author: pawel
Date: Wed Apr 9 13:05:30 2014
New Revision: 350696
URL: http://svnweb.freebsd.org/changeset/ports/350696
QAT: https://qat.redports.org/buildarchive/r350696/
Log:
- Add staging support
- Convert to USES=gmake
Modified:
head/emulators/cinc/Makefile
Modified: head/emulators/cinc/Makefile
==============================================================================
--- head/emulators/cinc/Makefile Wed Apr 9 12:46:48 2014 (r350695)
+++ head/emulators/cinc/Makefile Wed Apr 9 13:05:30 2014 (r350696)
@@ -11,13 +11,14 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Bell Laboratories cardiac computer emulator
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
PLIST_FILES= bin/cinc \
bin/casm
-NO_STAGE= yes
post-patch:
- @${REINPLACE_CMD} 's|-I-||g' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|-I-||g; s|bindir)|DESTDIR)$$(&|' \
+ -e 's|/usr/bin/install|${INSTALL_PROGRAM}|' \
+ ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list