diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-17 23:40:57 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-17 23:40:57 +0000 |
commit | d16c2e222e2881f5eedcf2c826d034dedebe7b15 (patch) | |
tree | 9c4a191a0892bf7573188b155f2c19226e759d78 /www/webgo | |
parent | Update to version 2.0.3 (diff) |
- Remove USE_GZIP (it's default)
- Remove USE_GO (unused after r296612)
- Convert Makefile headers to new style
Approved by: portmgr (bapt)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=316012
Diffstat (limited to 'www/webgo')
-rw-r--r-- | www/webgo/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/webgo/Makefile b/www/webgo/Makefile index 9226e61bd27d..ec50233fa110 100644 --- a/www/webgo/Makefile +++ b/www/webgo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: webgo -# Date created: Nov 22, 2010 -# Whom: Wen Heping <wen@FreeBSD.org> -# +# Created by: Wen Heping <wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= webgo PORTVERSION= 0.1.0.${SVNVERSION} @@ -16,7 +12,6 @@ COMMENT= Simplest way to write web applications in the Go programming language SVNVERSION= 20120419 -USE_GO= yes GO_PKGNAME= ${SUBLIBDIR}/web SUBLIBDIR= github.com/hoisie |