summaryrefslogtreecommitdiff
path: root/devel/as31
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 /devel/as31
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 'devel/as31')
-rw-r--r--devel/as31/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/as31/Makefile b/devel/as31/Makefile
index 68cdde5a1a8..e9b1eb091c7 100644
--- a/devel/as31/Makefile
+++ b/devel/as31/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/09/09 02:41:56 obache Exp $
+# $NetBSD: Makefile,v 1.14 2007/01/07 09:13:50 rillig Exp $
DISTNAME= asm.8051
PKGNAME= as31-19900126
@@ -18,10 +18,10 @@ USE_TOOLS+= yacc
MAKE_FILE= makefile
BUILD_TARGET= as31
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/as31 ${PREFIX}/bin/as31
- ${INSTALL_DATA} ${WRKSRC}/as31.man ${PREFIX}/man/man1/as31.1
+ ${INSTALL_DATA} ${WRKSRC}/as31.man ${PREFIX}/${PKGMANDIR}/man1/as31.1
.include "../../mk/bsd.pkg.mk"