diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:19:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:19:33 +0000 |
commit | 296135276176fad1ca3e511d648d13a4eefed912 (patch) | |
tree | 044cc8758fa76a5482b86079655ee315d75b4fed /pkgtools/pkgin | |
parent | 6368f9224ede703badf4f81abe6fa617c9ec98b0 (diff) | |
download | pkgsrc-296135276176fad1ca3e511d648d13a4eefed912.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'pkgtools/pkgin')
-rw-r--r-- | pkgtools/pkgin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index 0b03cec1258..0de7319eb60 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/08/22 16:55:27 jperkin Exp $ +# $NetBSD: Makefile,v 1.28 2012/09/11 23:19:38 asau Exp $ # DISTNAME= pkgin-0.6.2.2 @@ -11,8 +11,6 @@ HOMEPAGE= http://pkgin.net/ COMMENT= Apt / yum like tool for managing pkgsrc binary packages LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES= ${EGDIR}/repositories.conf.example \ ${PKG_SYSCONFDIR}/${PKGBASE}/repositories.conf |