aboutsummaryrefslogtreecommitdiffstats
path: root/net/tacshell
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-21 02:17:28 +0800
committerkrion <krion@FreeBSD.org>2004-03-21 02:17:28 +0800
commit704f648390e42f99de3a77e9a9a70b0e6bb425cc (patch)
treee5509fb70d67032473f63fe890300fdecf4ea30f /net/tacshell
parent3131269d4cdaeb247c1f6f1f0bcafdb2ba3454d6 (diff)
downloadfreebsd-ports-gnome-704f648390e42f99de3a77e9a9a70b0e6bb425cc.tar.gz
freebsd-ports-gnome-704f648390e42f99de3a77e9a9a70b0e6bb425cc.tar.zst
freebsd-ports-gnome-704f648390e42f99de3a77e9a9a70b0e6bb425cc.zip
- Utilize PLIST_FILES
Diffstat (limited to 'net/tacshell')
-rw-r--r--net/tacshell/Makefile5
-rw-r--r--net/tacshell/pkg-plist6
2 files changed, 4 insertions, 7 deletions
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%%