diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-09 13:05:30 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-09 13:05:30 +0000 |
commit | 43de230d1f98451bcd22e74e388342fdf82ee5d1 (patch) | |
tree | 1d2d14380e3ea9eb31f54c40a668aa7348c7ac01 /emulators/cinc | |
parent | 004a8d180f836a562b45546e6d5a4e820ccdb5ef (diff) |
Notes
Diffstat (limited to 'emulators/cinc')
-rw-r--r-- | emulators/cinc/Makefile | 7 |
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> |