diff options
Diffstat (limited to 'net/tacshell/Makefile')
-rw-r--r-- | net/tacshell/Makefile | 5 |
1 files changed, 4 insertions, 1 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} |