4760eca917
This has been a pkglint warning for several years now, and pkglint can even fix it automatically. And it did for this commit. Only in lang/mercury, two passes of autofixing were necessary because there were nested variables.
23 lines
708 B
Makefile
23 lines
708 B
Makefile
# $NetBSD: Makefile,v 1.7 2018/01/01 18:16:39 rillig Exp $
|
|
|
|
DISTNAME= tacshell-0.91
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.rezrov.net/software/
|
|
|
|
MAINTAINER= sekiya@NetBSD.org
|
|
#HOMEPAGE= http://www.rezrov.net/software/tacshell.html
|
|
COMMENT= RSA ACE/Server sdshell workalike, using TACACS+
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONF_FILES+= ${PREFIX}/share/examples/tacshell/tacshell.conf \
|
|
${PKG_SYSCONFDIR}/tacshell.conf
|
|
|
|
INSTALLATION_DIRS+= bin share/examples/tacshell
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tacshell ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/tacshell.conf-example \
|
|
${DESTDIR}${PREFIX}/share/examples/tacshell/tacshell.conf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|