diff options
author | kim <kim> | 2013-03-14 16:47:44 +0000 |
---|---|---|
committer | kim <kim> | 2013-03-14 16:47:44 +0000 |
commit | b4c1de3f48f3dc3bb57f5cef6cbf4c4788732fe3 (patch) | |
tree | 695a7cf3ba6943dd762cca41b1591014837dbc36 /sysutils | |
parent | 4f6d50c7090418fb805848c93f5d9be48354ce62 (diff) | |
download | pkgsrc-b4c1de3f48f3dc3bb57f5cef6cbf4c4788732fe3.tar.gz |
Revive MASTER_SITES.
Use PKGMANDIR.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sux/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/sux/Makefile b/sysutils/sux/Makefile index a7064af6182..12ca480a846 100644 --- a/sysutils/sux/Makefile +++ b/sysutils/sux/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2012/10/23 19:51:25 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/03/14 16:47:44 kim Exp $ # DISTNAME= sux-1.0 +PKGREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= # ftp://ftp.gw.com/pub/people/kim/ +MASTER_SITES= http://oss.gw.com/people/kim/ MAINTAINER= kim@tac.nyc.ny.us COMMENT= Set user id, preserving shell and environment, checking ssh agent @@ -11,9 +12,13 @@ COMMENT= Set user id, preserving shell and environment, checking ssh agent DEPENDS+= osname-[0-9]*:../../sysutils/osname DEPENDS+= sshsh-[0-9]*:../../sysutils/sshsh +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 NO_CONFIGURE= yes MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +SUBST_CLASSES+= manpath +SUBST_STAGE.manpath= post-extract +SUBST_FILES.manpath= Makefile +SUBST_SED.manpath= -e 's,/man/,/${PKGMANDIR}/,' .include "../../mk/bsd.pkg.mk" |