summaryrefslogtreecommitdiff
path: root/sysutils/sux
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2013-03-14 16:47:44 +0000
committerkim <kim@pkgsrc.org>2013-03-14 16:47:44 +0000
commit4e1200865e08cffa2cf45eccf1ec738fb455e0ce (patch)
tree695a7cf3ba6943dd762cca41b1591014837dbc36 /sysutils/sux
parentdbfc64d758965fd5f82ebe2829665cb8946312d0 (diff)
downloadpkgsrc-4e1200865e08cffa2cf45eccf1ec738fb455e0ce.tar.gz
Revive MASTER_SITES.
Use PKGMANDIR.
Diffstat (limited to 'sysutils/sux')
-rw-r--r--sysutils/sux/Makefile11
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"