diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /cad/sis/Makefile | |
parent | Assign USE_XLIB var. Any ports which use XLib needs it. (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to '')
-rw-r--r-- | cad/sis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/sis/Makefile b/cad/sis/Makefile index 5bcbacb31f2f..08ad7763ad27 100644 --- a/cad/sis/Makefile +++ b/cad/sis/Makefile @@ -3,7 +3,7 @@ # Date created: 10 October 1997 # Whom: volf@oasis.IAEhv.nl # -# $Id: Makefile,v 1.5 1998/10/20 01:27:48 steve Exp $ +# $Id: Makefile,v 1.6 1998/11/28 00:44:32 asami Exp $ # DISTNAME= sis-1.2 @@ -57,7 +57,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/SIS_paper.ps ${PREFIX}/lib/sis ${INSTALL_DATA} ${WRKSRC}/RELEASE-NOTES-1.2 ${PREFIX}/lib/sis ${GZIP_CMD} ${PREFIX}/lib/sis/SIS_paper.ps - chown -R bin:bin ${PREFIX}/lib/sis + ${CHOWN} -R bin:bin ${PREFIX}/lib/sis .endif .include <bsd.port.mk> |