diff options
author | jmmv <jmmv> | 2003-09-15 16:27:53 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-09-15 16:27:53 +0000 |
commit | 0e0e0569e59a822dc448f13f85975c78992edba5 (patch) | |
tree | ec6116f00b9f91687f9cdd4db72e0de767e282cb /x11/xneko | |
parent | 9f3908595c401ed48d0962aa9e26c4fe0b25aa19 (diff) | |
download | pkgsrc-0e0e0569e59a822dc448f13f85975c78992edba5.tar.gz |
Add MANINSTALL to BUILD_DEFS for completeness.
Diffstat (limited to 'x11/xneko')
-rw-r--r-- | x11/xneko/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/xneko/Makefile b/x11/xneko/Makefile index d80a43c1115..8c16177c056 100644 --- a/x11/xneko/Makefile +++ b/x11/xneko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 22:57:00 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/15 16:27:56 jmmv Exp $ # FreeBSD Id: Makefile,v 1.6 1997/03/12 08:21:35 asami Exp # @@ -16,6 +16,10 @@ MANCOMPRESSED_IF_MANZ= yes PLIST_SRC= ${WRKDIR}/PLIST +.include "../../mk/bsd.prefs.mk" + +BUILD_DEFS+= MANINSTALL + post-install: @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} @for OPT in ${MANINSTALL} x; do \ |