aboutsummaryrefslogtreecommitdiff
path: root/emulators/cinc/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-07-01 16:00:40 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-07-01 16:00:40 +0000
commitc64b43bfc85159c04d52d0c68a6bf5332e6b1e57 (patch)
tree14dc704a87ea356e7be4c8e326c7a7f8a96fe23a /emulators/cinc/Makefile
parent313ade9b4f2176ab7895971f9b1fb82cb9c22f13 (diff)
downloadports-c64b43bfc85159c04d52d0c68a6bf5332e6b1e57.tar.gz
ports-c64b43bfc85159c04d52d0c68a6bf5332e6b1e57.zip
Notes
Diffstat (limited to 'emulators/cinc/Makefile')
-rw-r--r--emulators/cinc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/emulators/cinc/Makefile b/emulators/cinc/Makefile
index e1ea061e4f7f..3ef3c156d990 100644
--- a/emulators/cinc/Makefile
+++ b/emulators/cinc/Makefile
@@ -17,4 +17,10 @@ COMMENT= Bell Laboratories cardiac computer emulator
GNU_CONFIGURE= yes
USE_GMAKE= yes
+PLIST_FILES= bin/cinc \
+ bin/casm
+
+post-patch:
+ @${REINPLACE_CMD} 's|-I-||g' ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>