diff options
author | pawel <pawel@FreeBSD.org> | 2012-07-02 00:00:40 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-07-02 00:00:40 +0800 |
commit | 3db64942da945684a75dcbae71d887da21c0e1b2 (patch) | |
tree | b85e6646ac764af4b7dd61aaee893cd963e071b4 /emulators | |
parent | 098491de308802b307295eaf5872184047a7053c (diff) | |
download | freebsd-ports-gnome-3db64942da945684a75dcbae71d887da21c0e1b2.tar.gz freebsd-ports-gnome-3db64942da945684a75dcbae71d887da21c0e1b2.tar.zst freebsd-ports-gnome-3db64942da945684a75dcbae71d887da21c0e1b2.zip |
- Fix build with clang
- Switch to PLIST_FILES for plist
Diffstat (limited to 'emulators')
-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 |