summaryrefslogtreecommitdiff
path: root/sysutils/su2
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-14 00:24:27 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-14 00:24:27 +0000
commita988aaf69e301d19f1fbb49bb5698c0d5be82dd4 (patch)
treee5b46afa8a76334d70a08130ea24c3a3de62f5f0 /sysutils/su2
parentmove WWW_SITE to DESCR (diff)
update manpage with proper ${PREFIX}
PR: 10413 Submitted by: YAKUSHIJI Ryota te196319@cse.ec.kyushu-u.ac.jp
Notes
Notes: svn path=/head/; revision=17866
Diffstat (limited to 'sysutils/su2')
-rw-r--r--sysutils/su2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/su2/Makefile b/sysutils/su2/Makefile
index c4ab0e3e40e1..90990abff233 100644
--- a/sysutils/su2/Makefile
+++ b/sysutils/su2/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 Sep 1996
# Whom: gurney_j@efn.org
#
-# $Id: Makefile,v 1.2 1997/06/26 08:57:14 jmg Exp $
+# $Id: Makefile,v 1.3 1998/10/27 07:52:30 obrien Exp $
#
DISTNAME= su2-1.3
@@ -15,4 +15,7 @@ MAINTAINER= jmg@freebsd.org
NO_CDROM= "Don't sell for profit"
MAN1= su2.1
+post-patch:
+ ${PERL} -pi -e 's,/etc/super,${PREFIX}/etc/super,g' ${WRKSRC}/su2.man
+
.include <bsd.port.mk>