diff options
author | asau <asau@pkgsrc.org> | 2012-10-23 17:18:07 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-23 17:18:07 +0000 |
commit | 832b740682184b4a7e21ea8963eadfc79f474b83 (patch) | |
tree | d50b4bce05c17dae775c19b369feefcd32973510 /net/dhid | |
parent | d190aecf6fc73faf4b4c5234b8f7a11ca50ca40d (diff) | |
download | pkgsrc-832b740682184b4a7e21ea8963eadfc79f474b83.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'net/dhid')
-rw-r--r-- | net/dhid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dhid/Makefile b/net/dhid/Makefile index 0a69630a7cf..e490811537e 100644 --- a/net/dhid/Makefile +++ b/net/dhid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2010/03/24 19:43:28 asau Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/23 17:18:17 asau Exp $ # DISTNAME= dhid-5.2 @@ -13,7 +13,6 @@ COMMENT= Dynamic Host Information System client daemon RCD_SCRIPTS= dhid INSTALLATION_DIRS= sbin share/doc/dhid -PKG_DESTDIR_SUPPORT= user-destdir do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhid ${DESTDIR}${PREFIX}/sbin |