diff options
author | asau <asau> | 2012-10-23 17:18:07 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-23 17:18:07 +0000 |
commit | 88a2584c389be8898708c0c49aa37efe9f74a173 (patch) | |
tree | d50b4bce05c17dae775c19b369feefcd32973510 /net/poink | |
parent | 550ec66bb6b4e04cc391f908afead3d65f3d7b01 (diff) | |
download | pkgsrc-88a2584c389be8898708c0c49aa37efe9f74a173.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'net/poink')
-rw-r--r-- | net/poink/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/poink/Makefile b/net/poink/Makefile index d955dc63c1b..f46e689b094 100644 --- a/net/poink/Makefile +++ b/net/poink/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/02/26 10:28:34 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/23 17:18:59 asau Exp $ # DISTNAME= poink-1.6 @@ -8,8 +8,6 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Nosuid, absolutely secure version of ping utility -PKG_DESTDIR_SUPPORT= user-destdir - NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL. INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |