diff options
author | lofi <lofi@FreeBSD.org> | 2004-08-31 04:09:02 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-08-31 04:09:02 +0800 |
commit | 76b1767d844a0a77f1615cdb8be0d6b199eeeb3d (patch) | |
tree | 24fb551d20a40264ee38e05139ff6e4e64e04ba4 /net/glflow/Makefile | |
parent | 6f3f8bf470a76651e202f6f7e32b954e14f66d95 (diff) | |
download | freebsd-ports-gnome-76b1767d844a0a77f1615cdb8be0d6b199eeeb3d.tar.gz freebsd-ports-gnome-76b1767d844a0a77f1615cdb8be0d6b199eeeb3d.tar.zst freebsd-ports-gnome-76b1767d844a0a77f1615cdb8be0d6b199eeeb3d.zip |
Revert last commit.
Diffstat (limited to 'net/glflow/Makefile')
-rw-r--r-- | net/glflow/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/glflow/Makefile b/net/glflow/Makefile index 6872c34cc0d4..46f192389c78 100644 --- a/net/glflow/Makefile +++ b/net/glflow/Makefile @@ -6,7 +6,8 @@ # PORTNAME= glflow -PORTVERSION= 0.0.5 +PORTVERSION= 0.0.4 +PORTEPOCH= 1 CATEGORIES= net security MASTER_SITES= http://night.rdslink.ro/dudu/glflow/ DISTNAME= glFlow-${PORTVERSION} @@ -18,9 +19,6 @@ PLIST_FILES= bin/glflow PORTDOCS= README WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-debug - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/glflow ${PREFIX}/bin .if !defined(NOPORTDOCS) |