summaryrefslogtreecommitdiff
path: root/devel/asm2html/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/asm2html/Makefile')
-rw-r--r--devel/asm2html/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/asm2html/Makefile b/devel/asm2html/Makefile
index 98fd59c925c..c2bac8c8346 100644
--- a/devel/asm2html/Makefile
+++ b/devel/asm2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/06/08 18:39:23 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:11 joerg Exp $
#
DISTNAME= asm2html-1.4
@@ -9,6 +9,10 @@ MAINTAINER= virtus@wanadoo.nl
HOMEPAGE= http://virtus.ath.cx/asm2html/
COMMENT= Tool to convert NASM source files to HTML
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"