diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 11:43:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 11:43:30 +0000 |
commit | baf87fb064ef4a978d42417a392afd9efd52f320 (patch) | |
tree | 1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/nvi-m17n | |
parent | 1ac9f60085aec1d867a46a07eec69fa91f833ca8 (diff) | |
download | pkgsrc-baf87fb064ef4a978d42417a392afd9efd52f320.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/nvi-m17n')
-rw-r--r-- | editors/nvi-m17n/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index ae9089c1fbb..4ad37d1bc4b 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2012/08/14 15:24:51 marino Exp $ +# $NetBSD: Makefile,v 1.47 2012/10/03 11:43:39 asau Exp $ DISTNAME= nvi-1.79 PKGNAME= nvi-m17n-1.79.20040608 @@ -13,8 +13,6 @@ COMMENT= Clone of vi/ex, with multilingual patch CONFLICTS= vigor-[0-9]* nvi-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_DIRS= ${WRKSRC}/build GNU_CONFIGURE= YES |