diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 11:24:38 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 11:24:38 +0000 |
commit | 1ac9f60085aec1d867a46a07eec69fa91f833ca8 (patch) | |
tree | 5deda6f85d14740b1c07c446780b6653d19fd2c6 /comms/minicom | |
parent | ffdb8eeec001a068c757b22ffb29522bc31bd326 (diff) | |
download | pkgsrc-1ac9f60085aec1d867a46a07eec69fa91f833ca8.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index beacdd96fb4..beb0da3e789 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2011/12/17 10:14:56 sbd Exp $ +# $NetBSD: Makefile,v 1.61 2012/10/03 11:24:42 asau Exp $ DISTNAME= minicom-2.5 PKGREVISION= 1 @@ -13,7 +13,6 @@ LICENSE= gnu-gpl-v2 DEPENDS+= gkermit-[0-9]*:../../comms/gkermit DEPENDS+= lrzsz-[0-9]*:../../comms/lrzsz -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews INSTALLATION_DIRS= share/examples/minicom |