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 | 0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5 (patch) | |
tree | 044cc8758fa76a5482b86079655ee315d75b4fed /shells/tcsh/Makefile | |
parent | b0feb9f5b186a62a131121fe59db9ccdc0a844bd (diff) | |
download | pkgsrc-0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 58b00b6c018..a00a10c4b9a 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2012/05/26 15:15:21 he Exp $ +# $NetBSD: Makefile,v 1.72 2012/09/11 23:25:09 asau Exp $ DISTNAME= tcsh-6.18.01 PKGREVISION= 2 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.tcsh.org/Welcome COMMENT= Extended C-shell with many useful features LICENSE= original-bsd -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS?= static-tcsh-[0-9]* GNU_CONFIGURE= yes |