diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | 1685739ccc9eb6e697991f0019416acfec93db43 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/pccts | |
parent | ef0bf07a7d80918eb75556520666d60cd2dde6d1 (diff) | |
download | pkgsrc-1685739ccc9eb6e697991f0019416acfec93db43.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/pccts')
-rw-r--r-- | devel/pccts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile index 535ef8d5cb8..61168732383 100644 --- a/devel/pccts/Makefile +++ b/devel/pccts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/03/11 14:49:03 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2012/10/31 11:19:22 asau Exp $ # DISTNAME= pccts133mr33 @@ -11,7 +11,6 @@ MAINTAINER= david@maxwell.net HOMEPAGE= http://www.polhode.com/pccts.html COMMENT= Purdue Compiler Construction Tool Set -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/pccts |