diff options
author | obache <obache@pkgsrc.org> | 2011-03-20 06:36:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-03-20 06:36:30 +0000 |
commit | e472f7bcd269db22b05efa05f340c6dec9c4c682 (patch) | |
tree | b54a2cdc31a174414e13aae23f81e1c32e4b050e /security/EasyPG/Makefile | |
parent | c47c160dc4c6633e3aefb8839269bacc16607e39 (diff) | |
download | pkgsrc-e472f7bcd269db22b05efa05f340c6dec9c4c682.tar.gz |
Add user-destdir installatin support.
Diffstat (limited to 'security/EasyPG/Makefile')
-rw-r--r-- | security/EasyPG/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/EasyPG/Makefile b/security/EasyPG/Makefile index f4ac327208c..2aa0682a450 100644 --- a/security/EasyPG/Makefile +++ b/security/EasyPG/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/08/06 01:44:55 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2011/03/20 06:36:30 obache Exp $ DISTNAME= epg-0.0.16 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/} @@ -10,8 +10,11 @@ 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} INFO_FILES= epa.info |