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/rp-l2tp | |
parent | 550ec66bb6b4e04cc391f908afead3d65f3d7b01 (diff) | |
download | pkgsrc-88a2584c389be8898708c0c49aa37efe9f74a173.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'net/rp-l2tp')
-rw-r--r-- | net/rp-l2tp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/rp-l2tp/Makefile b/net/rp-l2tp/Makefile index dd28e19e3f5..9462db7a01c 100644 --- a/net/rp-l2tp/Makefile +++ b/net/rp-l2tp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/03/11 09:16:38 rtr Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/23 17:19:05 asau Exp $ # DISTNAME= rp-l2tp-0.3 @@ -21,8 +21,6 @@ LDFLAGS.NetBSD+= -lutil INSTALL_MAKE_FLAGS+= RPM_INSTALL_ROOT=${DESTDIR:Q} -PKG_DESTDIR_SUPPORT= user-destdir - post-patch: for f in l2tp.conf.5 l2tpd.8; do \ ${MV} ${WRKSRC}/man/$$f ${WRKSRC}/man/$$f.in && \ |