Index: head/net/prtunnel/pkg-plist =================================================================== --- head/net/prtunnel/pkg-plist (revision 104759) +++ head/net/prtunnel/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -bin/prtunnel -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net/prtunnel/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/prtunnel/Makefile =================================================================== --- head/net/prtunnel/Makefile (revision 104759) +++ head/net/prtunnel/Makefile (revision 104760) @@ -1,36 +1,38 @@ # New ports collection makefile for: prtunnel # Date created: 19.06.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= prtunnel PORTVERSION= 0.2.1 CATEGORIES= net MASTER_SITES= http://joshbeam.com/files/ MAINTAINER= krion@FreeBSD.org COMMENT= Tunnel for TCP connections using an HTTP or SOCKS5 proxy USE_SIZE= yes USE_REINPLACE= yes ALL_TARGET= ${PORTNAME} MAN1= prtunnel.1 +PORTDOCS= README +PLIST_FILES= bin/prtunnel + post-patch: - @${REINPLACE_CMD} -e \ - 's|%%PREFIX%%|${PREFIX}|g ; \ + @${REINPLACE_CMD} -e 's|^PREFIX=|#PREFIX=|g ; \ s|CC=gcc|CC?=gcc|g ; \ s|CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net/prtunnel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/tacshell/pkg-plist =================================================================== --- head/net/tacshell/pkg-plist (revision 104759) +++ head/net/tacshell/pkg-plist (nonexistent) @@ -1,6 +0,0 @@ -bin/tacshell -etc/tacshell.conf.sample -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/WHATSNEW -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net/tacshell/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/tacshell/Makefile =================================================================== --- head/net/tacshell/Makefile (revision 104759) +++ head/net/tacshell/Makefile (revision 104760) @@ -1,30 +1,33 @@ # New ports collection makefile for: tacshell # Date created: 13.06.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= tacshell PORTVERSION= 0.9 CATEGORIES= net MASTER_SITES= http://www.rezrov.net/software/ MAINTAINER= krion@FreeBSD.org COMMENT= Shell authentication for TACACS+ protocol -USE_SIZE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +PORTDOCS= README WHATSNEW ChangeLog +PLIST_FILES= bin/tacshell etc/tacshell.conf.sample post-install: .for i in ${PORTNAME} ${STRIP_CMD} ${PREFIX}/bin/${i} .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README WHATSNEW ChangeLog ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net/tacshell/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property