diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-30 20:09:02 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-30 20:09:02 +0000 |
commit | 43759955d8eef30addfd1ed07f84dc8e0410ccdb (patch) | |
tree | 3b0839fa4363d5c4d7d84bf6988988342d3bcd99 /net/glflow/Makefile | |
parent | 4be5d29993f450321a0fe31dd1ecf81f0f12e16f (diff) | |
download | ports-43759955d8eef30addfd1ed07f84dc8e0410ccdb.tar.gz ports-43759955d8eef30addfd1ed07f84dc8e0410ccdb.zip |
Notes
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) |