diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-14 00:24:27 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-14 00:24:27 +0000 |
commit | a988aaf69e301d19f1fbb49bb5698c0d5be82dd4 (patch) | |
tree | e5b46afa8a76334d70a08130ea24c3a3de62f5f0 /sysutils/su2 | |
parent | 00cc78ac5da51c466ba67253a8554696478519a8 (diff) | |
download | ports-a988aaf69e301d19f1fbb49bb5698c0d5be82dd4.tar.gz ports-a988aaf69e301d19f1fbb49bb5698c0d5be82dd4.zip |
Notes
Diffstat (limited to 'sysutils/su2')
-rw-r--r-- | sysutils/su2/Makefile | 5 |
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> |