From 959d4c7e4800a37293606e3bcf894212edceb7cf Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 7 May 1997 02:03:58 +0000 Subject: No need to use "+=" to define MAKE_ENV. Also, replace the four lines starting with .if !defined(NOMANCOMPRESS)... with a single line MAN1=star.1. I think that's much easier. :) --- sysutils/star/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'sysutils/star') diff --git a/sysutils/star/Makefile b/sysutils/star/Makefile index c694b54..469a7a3 100644 --- a/sysutils/star/Makefile +++ b/sysutils/star/Makefile @@ -3,7 +3,7 @@ # Date created: Thu May 1 20:28:44 CEST 1997 # Whom: Andreas Klemm # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/05/03 10:16:32 andreas Exp $ # DISTNAME= star-1.0 @@ -13,14 +13,11 @@ MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/star/ MAINTAINER= andreas@FreeBSD.org USE_GMAKE= yes -MAKE_ENV+= MAKEPROG=gmake +MAKE_ENV= MAKEPROG=gmake +MAN1= star.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/i386-freebsd-cc/star ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/star/star.1 ${PREFIX}/man/man1 -.if !defined(NOMANCOMPRESS) - @${ECHO_MSG} "===> Compressing manual pages for ${PKGNAME}" - @${GZIP_CMD} ${PREFIX}/man/man1/star.1 -.endif .include -- cgit v1.1