diff options
author | adam <adam@pkgsrc.org> | 2011-03-02 11:02:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-03-02 11:02:20 +0000 |
commit | 51240103c0d3f8f90e95ab3a91f146733c53ede6 (patch) | |
tree | 410e61f7fcbad1689b7e5f898071414ba8081835 /net | |
parent | 3cb4ba67382f91b7b72a76ff2f36d767e69f2904 (diff) | |
download | pkgsrc-51240103c0d3f8f90e95ab3a91f146733c53ede6.tar.gz |
Fixed INSTALLATION_DIRS (again)
Diffstat (limited to 'net')
-rw-r--r-- | net/knock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/knock/Makefile b/net/knock/Makefile index f8d35143e17..97e068baa59 100644 --- a/net/knock/Makefile +++ b/net/knock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/03/02 11:01:12 adam Exp $ +# $NetBSD: Makefile,v 1.4 2011/03/02 11:02:20 adam Exp $ DISTNAME= knock-0.5 CATEGORIES= net @@ -21,7 +21,7 @@ BUILD_DEFS+= VARBASE EGDIR= ${PREFIX}/share/examples/knock CONF_FILES= ${EGDIR}/knockd.conf ${PKG_SYSCONFDIR}/knockd.conf -INSTALLATION_DIRS= bin ${PKGMANDIR} sbin ${EGDIR} +INSTALLATION_DIRS= sbin ${EGDIR} SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure |