diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-16 21:15:48 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-16 21:15:48 +0000 |
commit | 70a9f5d3cf22fd7081af0729041e62bf75e28732 (patch) | |
tree | 4daf5e69770d071eece1c946e0af078e26908763 /www/wwwcount | |
parent | 5aeb0c1744740c5cbf5b655a80da87492772e1e5 (diff) | |
download | ports-70a9f5d3cf22fd7081af0729041e62bf75e28732.tar.gz ports-70a9f5d3cf22fd7081af0729041e62bf75e28732.zip |
Notes
Diffstat (limited to 'www/wwwcount')
-rw-r--r-- | www/wwwcount/Makefile | 7 | ||||
-rw-r--r-- | www/wwwcount/pkg-plist | 5 |
2 files changed, 11 insertions, 1 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index f3f6bb5fb8d6..14bc3480ccfb 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -7,7 +7,7 @@ # Date created: 16 May 1996 # Whom: ache # -# $Id: Makefile,v 1.4 1996/04/27 12:51:27 ache Exp $ +# $Id: Makefile,v 1.1.1.1 1996/05/16 20:43:58 ache Exp $ # DISTNAME= wwwcount2.3 @@ -23,9 +23,14 @@ pre-configure: cd ${WRKSRC}; yes "" | PREFIX=${PREFIX} ./Count-config post-build: + cd ${WRKSRC}/utils; ${MAKE} cd ${WRKSRC}; ./Gen-conf 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}/etc/Counter/digits .include <bsd.port.mk> diff --git a/www/wwwcount/pkg-plist b/www/wwwcount/pkg-plist index 020245b0f304..cc3787b13bcc 100644 --- a/www/wwwcount/pkg-plist +++ b/www/wwwcount/pkg-plist @@ -20,3 +20,8 @@ etc/Counter/digits/D/strip.gif etc/Counter/digits/D/lenna.gif etc/Counter/digits/E etc/Counter/digits/E/strip.gif +@owner bin +@group bin +etc/Counter/digits/mkstrip.sh +bin/mkstrip +man/man1/mkstrip.1 |