summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-09-11 04:44:19 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-09-11 04:44:19 +0000
commit743867856c86c27502f67d61d5579ab8e172fab6 (patch)
tree8190793f12f2f79afd8255202fe5bb571ca0df15 /www
parentUse tcl from /usr/lib, not ports. (diff)
Use INSTALL_* aliases defined in bsd.port.mk.
Notes
Notes: svn path=/head/; revision=3753
Diffstat (limited to 'www')
-rw-r--r--www/wwwcount/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile
index e8b7f26954e2..18a7e6786dcb 100644
--- a/www/wwwcount/Makefile
+++ b/www/wwwcount/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 May 1996
# Whom: ache
#
-# $Id: Makefile,v 1.4 1996/05/27 03:44:31 asami Exp $
+# $Id: Makefile,v 1.5 1996/09/06 14:18:10 ache Exp $
#
# WWW site: http://www.fccc.edu/users/muquit/Count.html
@@ -30,8 +30,11 @@ post-build:
do-install:
cd ${WRKSRC}; yes "" | ./Count-install
cd ${WRKSRC}/utils; \
- ${INSTALL} -s -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} mkstrip ${PREFIX}/bin; \
- ${INSTALL} -c -m ${MANMODE} -o ${MANOWN} -g ${MANGRP} mkstrip.1 ${PREFIX}/man/man1; \
- ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} mkstrip.sh ${PREFIX}/lib/Counter/digits
+ ${INSTALL_PROGRAM} mkstrip ${PREFIX}/bin; \
+ ${INSTALL_MAN} mkstrip.1 ${PREFIX}/man/man1; \
+ ${INSTALL_SCRIPT} mkstrip.sh ${PREFIX}/lib/Counter/digits
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf ${PREFIX}/man/man1/mkstrip.1
+.endif
.include <bsd.port.mk>