Index: head/comms/plp/pkg-plist =================================================================== --- head/comms/plp/pkg-plist (revision 119076) +++ head/comms/plp/pkg-plist (nonexistent) @@ -1,2 +0,0 @@ -bin/ncp -bin/rfsv Property changes on: head/comms/plp/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/comms/plp/Makefile =================================================================== --- head/comms/plp/Makefile (revision 119076) +++ head/comms/plp/Makefile (revision 119077) @@ -1,38 +1,34 @@ # New ports collection makefile for: Psion Link Protocol # Date created: Tue Nov 30 15:43:27 EST 1999 # Whom: Maurice Castro # # $FreeBSD$ # PORTNAME= plp PORTVERSION= 1.8 PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.proudman51.freeserve.co.uk/psion/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kris DISTNAME= ${PORTNAME}_1_8 MAINTAINER= maurice@castro.aus.net COMMENT= Transfer data between a Psion Series 5(mx) and Unix USE_GMAKE= yes USE_REINPLACE= yes +USE_GCC= 2.95 -.include +PLIST_FILES= bin/ncp bin/rfsv -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - pre-patch: .for files in packet.cc socketchan.cc @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/ncp/${files} .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 +.include Property changes on: head/comms/plp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property