summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"