diff options
author | leeym <leeym@FreeBSD.org> | 2004-10-13 02:14:47 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-10-13 02:14:47 +0800 |
commit | 91262010d8b0c2554c70eba4a7356e95a09830c3 (patch) | |
tree | b7863ce03495cad247f7d59beda19a28f23cb3c4 /comms/plp | |
parent | 179b5c55b9ddae55b706e8a19b6bd951eb7fc460 (diff) | |
download | freebsd-ports-gnome-91262010d8b0c2554c70eba4a7356e95a09830c3.tar.gz freebsd-ports-gnome-91262010d8b0c2554c70eba4a7356e95a09830c3.tar.zst freebsd-ports-gnome-91262010d8b0c2554c70eba4a7356e95a09830c3.zip |
- add USE_GCC=2.95 and unbreak this port
- replace pkg-plist with PLIST_FILES
PR: 71840
Submitted by: leeym
Approved by: maintainer timeout
Diffstat (limited to 'comms/plp')
-rw-r--r-- | comms/plp/Makefile | 12 | ||||
-rw-r--r-- | comms/plp/pkg-plist | 2 |
2 files changed, 4 insertions, 10 deletions
diff --git a/comms/plp/Makefile b/comms/plp/Makefile index b9ac4c208687..9e0c7d28a43b 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -19,12 +19,9 @@ COMMENT= Transfer data between a Psion Series 5(mx) and Unix USE_GMAKE= yes USE_REINPLACE= yes +USE_GCC= 2.95 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif +PLIST_FILES= bin/ncp bin/rfsv pre-patch: .for files in packet.cc socketchan.cc @@ -32,7 +29,6 @@ pre-patch: .endfor do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/ncp ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/rfsv ${PREFIX}/bin + cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES} ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/comms/plp/pkg-plist b/comms/plp/pkg-plist deleted file mode 100644 index d7dd927af09b..000000000000 --- a/comms/plp/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/ncp -bin/rfsv |