diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-06-16 18:00:35 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-06-16 18:00:35 +0800 |
commit | 38a5135052340cba1c38347a9395c9ce0c53c73e (patch) | |
tree | af8da40235f1af43fa6682eb9ac04adcd5771ac2 /graphics/telak/Makefile | |
parent | a405f3657f0c47d1ed92ca85a50a188dd9116b83 (diff) | |
download | freebsd-ports-gnome-38a5135052340cba1c38347a9395c9ce0c53c73e.tar.gz freebsd-ports-gnome-38a5135052340cba1c38347a9395c9ce0c53c73e.tar.zst freebsd-ports-gnome-38a5135052340cba1c38347a9395c9ce0c53c73e.zip |
Update to 0.5
Diffstat (limited to 'graphics/telak/Makefile')
-rw-r--r-- | graphics/telak/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index 91ae45ae7e4a..c6efc7cba8a4 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -6,9 +6,10 @@ # PORTNAME= telak -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= graphics -MASTER_SITES= http://critical.ch/distfiles/ \ +MASTER_SITES= http://julien.danjou.info/telak/ \ + http://critical.ch/distfiles/ \ http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org @@ -23,7 +24,7 @@ USE_X_PREFIX= yes USE_GETOPT_LONG=yes ALL_TARGET= ${PORTNAME} -MAKE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ENV= CC="${CC}" LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/telak MAN1= telak.1 |