summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/base64/Makefile4
-rw-r--r--fonts/artwiz-fonts/Makefile4
2 files changed, 5 insertions, 3 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile
index 651f92caf92..da558b980f0 100644
--- a/converters/base64/Makefile
+++ b/converters/base64/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2008/03/03 05:51:07 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2008/04/07 16:35:18 joerg Exp $
DISTNAME= base64-1.5
CATEGORIES= converters
@@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
BUILD_TARGET= prog
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/base64 ${DESTDIR}${PREFIX}/bin
diff --git a/fonts/artwiz-fonts/Makefile b/fonts/artwiz-fonts/Makefile
index 19d9983d970..a48b3266d23 100644
--- a/fonts/artwiz-fonts/Makefile
+++ b/fonts/artwiz-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/03/03 20:17:11 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2008/04/07 16:33:54 joerg Exp $
#
DISTNAME= artwiz-aleczapka-1.3
@@ -23,6 +23,8 @@ NO_CONFIGURE= yes
FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/artwiz
REQD_DIRS= ${PREFIX}/lib/X11/fonts/artwiz
+INSTALLATION_DIRS= lib/X11/fonts/artwiz
+
do-install:
for i in ${WRKSRC}/*.pcf; do \
${INSTALL_DATA} $$i ${DESTDIR}${FONTS_DIRS.x11}; \