diff options
author | rillig <rillig> | 2006-06-28 05:01:12 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-28 05:01:12 +0000 |
commit | a7c33943cdf28a9c65316eee3f0f575e0977e99b (patch) | |
tree | 5825397e29e9329c89e546dd1fc35cdd5e1c260a /x11/xneko | |
parent | 066c6ed1f55533775a78129ddffd554c05df8b9b (diff) | |
download | pkgsrc-a7c33943cdf28a9c65316eee3f0f575e0977e99b.tar.gz |
... and man/man6.
Diffstat (limited to 'x11/xneko')
-rw-r--r-- | x11/xneko/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xneko/Makefile b/x11/xneko/Makefile index 488b09e8dc6..24b0881cba2 100644 --- a/x11/xneko/Makefile +++ b/x11/xneko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/06/28 04:55:49 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2006/06/28 05:01:12 rillig Exp $ DISTNAME= xneko PKGNAME= xneko-4.4 @@ -19,7 +19,7 @@ BUILD_DEFS+= MANINSTALL MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} MAKE_ENV+= MANOWN=${MANOWN:Q} MANGRP=${MANGRP:Q} -INSTALLATION_DIRS+= ${PKGMANDIR}/cat6 +INSTALLATION_DIRS+= ${PKGMANDIR}/cat6 ${PKGMANDIR}/man6 post-install: @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} |