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/balance | |
parent | 550ec66bb6b4e04cc391f908afead3d65f3d7b01 (diff) | |
download | pkgsrc-88a2584c389be8898708c0c49aa37efe9f74a173.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'net/balance')
-rw-r--r-- | net/balance/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/balance/Makefile b/net/balance/Makefile index fb40f157554..44d6c05de37 100644 --- a/net/balance/Makefile +++ b/net/balance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/07/06 10:17:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/23 17:18:10 asau Exp $ # DISTNAME= balance-3.15 @@ -13,8 +13,6 @@ BUILD_TARGET= balance INSTALLATION_DIRS= sbin ${PKGMANDIR}/man1 -PKG_DESTDIR_SUPPORT= user-destdir - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/balance ${DESTDIR}${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/balance.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ |