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/sdist | |
parent | d190aecf6fc73faf4b4c5234b8f7a11ca50ca40d (diff) | |
download | pkgsrc-832b740682184b4a7e21ea8963eadfc79f474b83.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'net/sdist')
-rw-r--r-- | net/sdist/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/sdist/Makefile b/net/sdist/Makefile index d479d9b6754..cc145fba0bb 100644 --- a/net/sdist/Makefile +++ b/net/sdist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/03/17 22:00:48 zafer Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/23 17:19:08 asau Exp $ # DISTNAME= sdist-1.7 @@ -9,8 +9,6 @@ MASTER_SITES= # ftp://ftp.gw.com/pub/people/kim/ MAINTAINER= kim@tac.nyc.ny.us COMMENT= Invoke rdist to distribute files to a set of hosts -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= netname-[0-9]*:../../net/netname DEPENDS+= osname-[0-9]*:../../sysutils/osname DEPENDS+= freerdist-[0-9]*:../../net/rdist6 @@ -27,8 +25,6 @@ NO_CONFIGURE= yes BUILD_MAKE_FLAGS+= PREFIX=${PREFIX} PAWD=${SDIST_PAWD} INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} -PKG_DESTDIR_SUPPORT= user-destdir - SUBST_CLASSES+= manpath SUBST_STAGE.manpath= post-extract SUBST_FILES.manpath= Makefile |