aboutsummaryrefslogtreecommitdiff
path: root/emulators/cinc
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-09 13:05:30 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-09 13:05:30 +0000
commit43de230d1f98451bcd22e74e388342fdf82ee5d1 (patch)
tree1d2d14380e3ea9eb31f54c40a668aa7348c7ac01 /emulators/cinc
parent004a8d180f836a562b45546e6d5a4e820ccdb5ef (diff)
downloadports-43de230d1f98451bcd22e74e388342fdf82ee5d1.tar.gz
ports-43de230d1f98451bcd22e74e388342fdf82ee5d1.zip
- Add staging support
- Convert to USES=gmake
Notes
Notes: svn path=/head/; revision=350696
Diffstat (limited to 'emulators/cinc')
-rw-r--r--emulators/cinc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/cinc/Makefile b/emulators/cinc/Makefile
index 9e50dce9df14..b13a65655da6 100644
--- a/emulators/cinc/Makefile
+++ b/emulators/cinc/Makefile
@@ -11,13 +11,14 @@ MAINTAINER= ports@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>