diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /security/krb5-17 | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'security/krb5-17')
-rw-r--r-- | security/krb5-17/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index c6a442bee79e..fda684c0128b 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.9 1999/05/27 02:08:13 nectar Exp $ +# $Id: Makefile,v 1.10 1999/06/05 22:31:36 mharo Exp $ # DISTNAME= krb5-1.0.6 @@ -107,7 +107,6 @@ HTML_DOCS= admin.html install_foot.html user-guide.html \ install.html krb425_toc.html SETUID_EXE= bin/ksu bin/v4rcp -CHOWN?= chown SUPERUSER?= root .include <bsd.port.pre.mk> |