diff options
author | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
commit | e269a25f5fbe6f5626fa7696046c91f0e36832f1 (patch) | |
tree | 02d1ad171b5720b31c48c226c5121a772f67ac0d /www/cgihtml/Makefile | |
parent | 03fbfa5e0bb896209a3cf1029f2913c43887f16f (diff) | |
download | freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.gz freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.zst freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.zip |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Diffstat (limited to 'www/cgihtml/Makefile')
-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} |