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/snooper | |
parent | ffdb8eeec001a068c757b22ffb29522bc31bd326 (diff) | |
download | pkgsrc-1ac9f60085aec1d867a46a07eec69fa91f833ca8.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'comms/snooper')
-rw-r--r-- | comms/snooper/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index b3d59a17293..20b7b08c1d9 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/02/16 17:49:41 hans Exp $ +# $NetBSD: Makefile,v 1.30 2012/10/03 11:24:44 asau Exp $ DISTNAME= snooper-19991202 PKGREVISION= 3 @@ -8,8 +8,6 @@ MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Serial line protocol analyzer (need two serial interfaces) -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/snooper GNU_CONFIGURE= yes CONFIGURE_DIRS= build |