From 704f648390e42f99de3a77e9a9a70b0e6bb425cc Mon Sep 17 00:00:00 2001 From: krion Date: Sat, 20 Mar 2004 18:17:28 +0000 Subject: - Utilize PLIST_FILES --- net/prtunnel/Makefile | 6 ++++-- net/prtunnel/pkg-plist | 3 --- net/tacshell/Makefile | 5 ++++- net/tacshell/pkg-plist | 6 ------ 4 files changed, 8 insertions(+), 12 deletions(-) delete mode 100644 net/prtunnel/pkg-plist delete mode 100644 net/tacshell/pkg-plist (limited to 'net') diff --git a/net/prtunnel/Makefile b/net/prtunnel/Makefile index de24b93d7962..fd770b7be7ea 100644 --- a/net/prtunnel/Makefile +++ b/net/prtunnel/Makefile @@ -19,9 +19,11 @@ 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 diff --git a/net/prtunnel/pkg-plist b/net/prtunnel/pkg-plist deleted file mode 100644 index a1a75f6e4c44..000000000000 --- a/net/prtunnel/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/prtunnel -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/net/tacshell/Makefile b/net/tacshell/Makefile index e2b07502ed25..dfab4d911721 100644 --- a/net/tacshell/Makefile +++ b/net/tacshell/Makefile @@ -13,8 +13,11 @@ 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} diff --git a/net/tacshell/pkg-plist b/net/tacshell/pkg-plist deleted file mode 100644 index 272a8d056c90..000000000000 --- a/net/tacshell/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/tacshell -etc/tacshell.conf.sample -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/WHATSNEW -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit