diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-12 18:14:47 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-12 18:14:47 +0000 |
commit | f0e1b587c7d327753a42bc9d87d719ede040b07a (patch) | |
tree | d95172506dc5c0144c7d44930dd5f1fb157ecfb4 /comms/plp | |
parent | cbd73f121a9ff363ee13f22a36ce4101e4253f0e (diff) |
- add USE_GCC=2.95 and unbreak this port
- replace pkg-plist with PLIST_FILES
PR: 71840
Submitted by: leeym
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=119077
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 |