diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-07-20 19:02:47 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-07-20 19:02:47 +0000 |
commit | 757c8fd93bb5995bbfa41bc10815278e90889b5f (patch) | |
tree | 9bc0225aee424bdc59a1601cba98139bbd8667b6 | |
parent | b6cfd6c0a13f50d722ec46ff548bf1db31676ad0 (diff) | |
download | pkgsrc-757c8fd93bb5995bbfa41bc10815278e90889b5f.tar.gz |
Add the directory of the manpage to the INSTALLATION_DIRS.
-rw-r--r-- | lang/icon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 12ecf199611..101712a9df6 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2008/03/07 11:24:16 obache Exp $ +# $NetBSD: Makefile,v 1.45 2008/07/20 19:02:47 ahoka Exp $ DISTNAME= icon.v942src PKGNAME= icon-9.4.2 @@ -16,6 +16,8 @@ BUILD_TARGET= All TEST_TARGET= Test MAKE_JOBS_SAFE= no +INSTALLATION_DIRS= ${PKGMANDIR}/man1 + .include "../../mk/bsd.prefs.mk" .include "../../mk/compiler.mk" |