diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
commit | 7d45e2b7a193d40e6c5b529f166e38e0af53a8c3 (patch) | |
tree | 1aa2bbfd19ad2c48caed151304d90d00e672730a /www | |
parent | Make this port build again. (diff) |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Notes
Notes:
svn path=/head/; revision=11552
Diffstat (limited to 'www')
-rw-r--r-- | www/cgihtml/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/cgihtml/Makefile b/www/cgihtml/Makefile index bcb1cb70d1a8..a9cae50a3368 100644 --- a/www/cgihtml/Makefile +++ b/www/cgihtml/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Nov 1997 # Whom: Ian Vaudrey <i.vaudrey@bigfoot.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/14 12:38:55 jseger Exp $ # DISTNAME= cgihtml-1.69 @@ -12,8 +12,6 @@ MASTER_SITES= ftp://ftp.eekim.com/users/eekim/cgihtml/ MAINTAINER= i.vaudrey@bigfoot.com -NO_CONFIGURE= yes - post-extract: @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist @${CP} ${FILESDIR}/Makefile ${WRKSRC} |