diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-20 09:45:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-20 09:45:01 +0000 |
commit | 27c35668b6ccbecf156cf0f0cc5c8396aa7a9eb6 (patch) | |
tree | 466535844ecbfe5fcc78c2380902393673dca5e0 /sysutils/doconfig | |
parent | e49f81adfd22eb6e47455adac0749b33da0c2c47 (diff) | |
download | ports-27c35668b6ccbecf156cf0f0cc5c8396aa7a9eb6.tar.gz ports-27c35668b6ccbecf156cf0f0cc5c8396aa7a9eb6.zip |
Notes
Diffstat (limited to 'sysutils/doconfig')
-rw-r--r-- | sysutils/doconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/doconfig/Makefile b/sysutils/doconfig/Makefile index 20b8221d5c85..2d58e2fbdc00 100644 --- a/sysutils/doconfig/Makefile +++ b/sysutils/doconfig/Makefile @@ -3,7 +3,7 @@ # Date created: 7/27/1998 # Whom: nectar@FreeBSD.ORG # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/03 06:28:04 nectar Exp $ # DISTNAME= doconfig-1.1 @@ -21,7 +21,7 @@ do-build: @ ${SED} 's#%%PREFIX%%#${PREFIX}#g' <${WRKSRC}/_doconfig \ >${WRKSRC}/doconfig @ ${RM} ${WRKSRC}/_doconfig - + do-install: .for f in autokernconf doconfig ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/sbin/${f} |