diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-08-06 10:10:25 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-08-06 10:10:25 +0000 |
commit | a31fe9594db6a522e7eb5ee96ac7d8e1c2314ec7 (patch) | |
tree | 90cac5a1cff3bced78817c496a11871a3acb6502 /net/generic-nqs/Makefile | |
parent | f5bea97c14e6c54939d05abf243424bd1dd310dd (diff) |
- Change MASTER_SITES
- Modify installation script to be more discreet
- Bump PORTREVISION
- Update maintainer's email address
PR: 29204
Submitted by: Tony Maher <tonym@biolateral.com.au> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=45864
Diffstat (limited to 'net/generic-nqs/Makefile')
-rw-r--r-- | net/generic-nqs/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net/generic-nqs/Makefile b/net/generic-nqs/Makefile index 2b0b8c161188..8ceda05a882a 100644 --- a/net/generic-nqs/Makefile +++ b/net/generic-nqs/Makefile @@ -7,14 +7,16 @@ # View this file with tabstop=4 # -PORTNAME= Generic-NQS -PORTVERSION= 3.50.9 -CATEGORIES= net -MASTER_SITES= http://ftp.gnqs.org/pub/gnqs/source/by-version-number/v3.50/ +PORTNAME= Generic-NQS +PORTVERSION= 3.50.9 +PORTREVISION= 1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner -MAINTAINER= tonym@angis.org.au +MAINTAINER= tonym@biolateral.com.au -USE_BZIP2= yes +USE_BZIP2= yes IS_INTERACTIVE= yes NO_PACKAGE= have to build on site due to the descriptors created in\ /var/spool/nqs (default location) and the configuration\ |