diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | 1685739ccc9eb6e697991f0019416acfec93db43 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/asm2html | |
parent | ef0bf07a7d80918eb75556520666d60cd2dde6d1 (diff) | |
download | pkgsrc-1685739ccc9eb6e697991f0019416acfec93db43.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/asm2html')
-rw-r--r-- | devel/asm2html/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/asm2html/Makefile b/devel/asm2html/Makefile index c2bac8c8346..46be2b6de17 100644 --- a/devel/asm2html/Makefile +++ b/devel/asm2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:11 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/31 11:16:38 asau Exp $ # DISTNAME= asm2html-1.4 @@ -9,8 +9,6 @@ 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 |