diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
commit | 61145a18fa24bc030570748e4d6a4587a9fc35b8 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/bib2xml | |
parent | 435a0b7e977f7b76984d5066fef5d327719b9a6f (diff) | |
download | pkgsrc-61145a18fa24bc030570748e4d6a4587a9fc35b8.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/bib2xml')
-rw-r--r-- | converters/bib2xml/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/bib2xml/Makefile b/converters/bib2xml/Makefile index 56eba70fe9b..f2564dda60a 100644 --- a/converters/bib2xml/Makefile +++ b/converters/bib2xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/03/03 05:51:07 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/03 00:20:09 asau Exp $ # DISTNAME= bib2xml-10062002 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www-plan.cs.colorado.edu/henkel/stuff/bib2xml/ COMMENT= BibTeX to XML converter -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/bib2xml GNU_CONFIGURE= YES BUILD_DIRS= ${WRKSRC}/progs |