diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 19:46:52 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 19:46:52 +0000 |
commit | cbe98b799637d2d9ccb76378c19f66fa80dc9487 (patch) | |
tree | 361a8fb86a46a145de882fd0d5f045773c75ecb5 /archivers/9e | |
parent | 18181340a1ae5f37586794c9f17ab4e80036855f (diff) | |
download | pkgsrc-cbe98b799637d2d9ccb76378c19f66fa80dc9487.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/9e')
-rw-r--r-- | archivers/9e/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/9e/Makefile b/archivers/9e/Makefile index ef15c8ff52b..84adb7d9461 100644 --- a/archivers/9e/Makefile +++ b/archivers/9e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2010/01/15 21:05:56 zafer Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/11 19:46:52 asau Exp $ DISTNAME= 9e PKGNAME= 9e-1.0 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.eecs.harvard.edu/~wkj/Software/9e/ COMMENT= Explode Plan9 archives PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= yes |