diff options
author | asau <asau@pkgsrc.org> | 2012-10-23 18:16:19 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-23 18:16:19 +0000 |
commit | 40b91e7ab919c68deb72b748cca1857afc0cc61a (patch) | |
tree | 2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/EasyPG | |
parent | ff862ac29f9feb874c8377e73c53e1d92c1569c8 (diff) | |
download | pkgsrc-40b91e7ab919c68deb72b748cca1857afc0cc61a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/EasyPG')
-rw-r--r-- | security/EasyPG/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/EasyPG/Makefile b/security/EasyPG/Makefile index 2aa0682a450..5237016698b 100644 --- a/security/EasyPG/Makefile +++ b/security/EasyPG/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/03/20 06:36:30 obache Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/23 18:16:20 asau Exp $ DISTNAME= epg-0.0.16 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/} @@ -10,8 +10,6 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.easypg.org/ COMMENT= GnuPG interface for emacs -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES MAKE_FLAGS+= lispdir=${EMACS_LISPPREFIX:Q} INSTALL_MAKE_FLAGS+= lispdir=${DESTDIR}${EMACS_LISPPREFIX:Q} |