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/rp-l2tp | |
parent | d190aecf6fc73faf4b4c5234b8f7a11ca50ca40d (diff) | |
download | pkgsrc-832b740682184b4a7e21ea8963eadfc79f474b83.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 && \ |