diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-07 09:13:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-07 09:13:46 +0000 |
commit | 2829e658f2ba62cb77f3f151f468ec8de1549bd5 (patch) | |
tree | 77b9cef42b625156081609e43af1544d569620be /games/lincity/Makefile | |
parent | 5997a7db2d5af7de47f411825619ffc3689f1ce2 (diff) | |
download | pkgsrc-2829e658f2ba62cb77f3f151f468ec8de1549bd5.tar.gz |
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
Diffstat (limited to 'games/lincity/Makefile')
-rw-r--r-- | games/lincity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile index 1a0643bcdc8..aa83337be8c 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/07/02 10:11:09 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2007/01/07 09:13:54 rillig Exp $ DISTNAME= lincity-1.12.1 PKGREVISION= 1 @@ -23,7 +23,7 @@ pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/opening post-install: - ${LN} -sf lincity.6 ${PREFIX}/man/man6/xlincity.6 + ${LN} -sf lincity.6 ${PREFIX}/${PKGMANDIR}/man6/xlincity.6 .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" |