summaryrefslogtreecommitdiff
path: root/textproc/awf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/awf/Makefile')
-rw-r--r--textproc/awf/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/awf/Makefile b/textproc/awf/Makefile
index 71f8aa7c56b..89f263f69da 100644
--- a/textproc/awf/Makefile
+++ b/textproc/awf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:15 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2009/07/07 22:24:37 joerg Exp $
#
DISTNAME= nroff-clone
@@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.scn.rain.com/pub/text/
COMMENT= Text formatter (nroff-clone) written in awk
+PKG_DESTDIR_SUPPORT= user-destdir
+
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SED} -e '1,/^\#!/d' | ${SH}
WRKSRC= ${WRKDIR}
@@ -22,4 +24,6 @@ SUBST_SED.awflib+= -e 's|/usr/lib/awf|${PREFIX}/share/awf|'
SUBST_SED.awflib+= -e 's|@AWK@|${AWK}|g'
SUBST_STAGE.awflib= pre-configure
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
.include "../../mk/bsd.pkg.mk"