diff options
author | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
commit | 042a5e832eac1dfef4595193d3fffd960ef53c1b (patch) | |
tree | 7ae602bbca92eda42ce423e98ed1c217b42a7352 /www/wwwcount | |
parent | 3ed0aba637059650fffd2c7f54457a8e03245198 (diff) | |
download | freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.zst freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.zip |
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Diffstat (limited to 'www/wwwcount')
-rw-r--r-- | www/wwwcount/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index 18a7e6786dcb..abd82eb37210 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -3,7 +3,7 @@ # Date created: 16 May 1996 # Whom: ache # -# $Id: Makefile,v 1.5 1996/09/06 14:18:10 ache Exp $ +# $Id: Makefile,v 1.6 1996/09/11 04:44:19 asami Exp $ # # WWW site: http://www.fccc.edu/users/muquit/Count.html @@ -19,6 +19,7 @@ MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= yes IS_INTERACTIVE= yes +MAN1= mkstrip.1 pre-configure: cd ${WRKSRC}; yes "" | PREFIX=${PREFIX} ./Count-config @@ -33,8 +34,5 @@ do-install: ${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> |