diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-19 09:39:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-19 09:39:10 +0000 |
commit | 77cb1e78e9eeabbc39ca914efe357a1b510b4a30 (patch) | |
tree | ef5de34d3e3d1b6cc3cb7c4b576010f20fb16ed5 /x11/ico | |
parent | 9262436c97c354c230c1e1aa8c82f361f3d37482 (diff) | |
download | pkgsrc-77cb1e78e9eeabbc39ca914efe357a1b510b4a30.tar.gz |
Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.
Diffstat (limited to 'x11/ico')
-rw-r--r-- | x11/ico/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/ico/Makefile b/x11/ico/Makefile index 2be3d11cd8b..841a5caf3b5 100644 --- a/x11/ico/Makefile +++ b/x11/ico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:34 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:11 joerg Exp $ # DISTNAME= ico-1.0.1 @@ -17,6 +17,8 @@ USE_TOOLS+= pkg-config PTHREAD_AUTO_VARS= yes +CONFIGURE_ENV+= APP_MAN_SUFFIX=1 + .include "../../x11/libX11/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |