Install script via SCRIPTS.

This commit is contained in:
Ruslan Ermilov
2001-12-17 16:52:32 +00:00
parent 2902dbbd45
commit cdbf1b6b05
2 changed files with 3 additions and 15 deletions
+1 -6
View File
@@ -1,14 +1,9 @@
# $FreeBSD$
SCRIPTS= krb5-config
MAN= krb5-config.1
CLEANFILES= krb5-config
all: krb5-config
beforeinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
krb5-config ${DESTDIR}${BINDIR}/krb5-config
krb5-config: krb5-config.in
sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \
-e "s,@VERSION\@,0.3f,g" \