diff options
author | asami <asami@FreeBSD.org> | 1997-01-19 07:55:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-19 07:55:39 +0800 |
commit | a99743319e33d0b7021e16df6c6b372e9d57f4c5 (patch) | |
tree | d152dd319917074d9b65c3ebc288c3796d4df80b /science/felt | |
parent | 5884b7c4c68fc8f94d44f3b08333f5bb9cc4ea01 (diff) | |
download | freebsd-ports-gnome-a99743319e33d0b7021e16df6c6b372e9d57f4c5.tar.gz freebsd-ports-gnome-a99743319e33d0b7021e16df6c6b372e9d57f4c5.tar.zst freebsd-ports-gnome-a99743319e33d0b7021e16df6c6b372e9d57f4c5.zip |
The sum of "HAS_CONFIGURE=yes" and "CONFIGURE_ARGS=--prefix=${PREFIX}" is
equal to "GNU_CONFIGURE=yes".
Diffstat (limited to 'science/felt')
-rw-r--r-- | science/felt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/felt/Makefile b/science/felt/Makefile index c359c2b25d3d..36fbef754d47 100644 --- a/science/felt/Makefile +++ b/science/felt/Makefile @@ -3,7 +3,7 @@ # Date created: 19 October 1996 # Whom: # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/15 07:19:43 tg Exp $ # DISTNAME= felt-3.01 @@ -15,8 +15,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co WRKSRC= ${WRKDIR}/FElt-3.00 -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix="${PREFIX}" +GNU_CONFIGURE= yes MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1 MAN3= Drawing.3 MAN4= corduroy.4 felt.4 |