summaryrefslogtreecommitdiff
path: root/lang/sather
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-07 09:13:46 +0000
committerrillig <rillig@pkgsrc.org>2007-01-07 09:13:46 +0000
commit2829e658f2ba62cb77f3f151f468ec8de1549bd5 (patch)
tree77b9cef42b625156081609e43af1544d569620be /lang/sather
parent5997a7db2d5af7de47f411825619ffc3689f1ce2 (diff)
downloadpkgsrc-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 'lang/sather')
-rw-r--r--lang/sather/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile
index 628930aa46e..1529134032c 100644
--- a/lang/sather/Makefile
+++ b/lang/sather/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/04/22 09:22:10 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2007/01/07 09:13:57 rillig Exp $
DISTNAME= sather-1.2.1
PKGREVISION= 6
@@ -46,7 +46,7 @@ SUBST_SED.sather-configure= \
-e 's:@LINKER_RPATH_FLAG@:${LINKER_RPATH_FLAG}:g' \
-e 's:@COMPILER_RPATH_FLAG@:${COMPILER_RPATH_FLAG}:g'
-INSTALLATION_DIRS= man/man1
+INSTALLATION_DIRS= ${PKGMANDIR}/man1
post-patch:
cd ${WRKSRC}/System/Platforms && ${CP} -r netbsd dragonfly