diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-07-01 16:00:40 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-07-01 16:00:40 +0000 |
commit | c64b43bfc85159c04d52d0c68a6bf5332e6b1e57 (patch) | |
tree | 14dc704a87ea356e7be4c8e326c7a7f8a96fe23a | |
parent | 313ade9b4f2176ab7895971f9b1fb82cb9c22f13 (diff) | |
download | ports-c64b43bfc85159c04d52d0c68a6bf5332e6b1e57.tar.gz ports-c64b43bfc85159c04d52d0c68a6bf5332e6b1e57.zip |
Notes
-rw-r--r-- | emulators/cinc/Makefile | 6 | ||||
-rw-r--r-- | emulators/cinc/pkg-plist | 2 |
2 files changed, 6 insertions, 2 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> diff --git a/emulators/cinc/pkg-plist b/emulators/cinc/pkg-plist deleted file mode 100644 index 4337d8e05c55..000000000000 --- a/emulators/cinc/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/cinc -bin/casm |