diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-07 12:48:56 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-07 12:48:56 +0800 |
commit | a12d6ee3b5d7c7dea633018131a164ebb0d44981 (patch) | |
tree | 8fd3f26820215ba3b4c96f98cf2d09f523f62d14 | |
parent | 606c3dc7473b4f550b4d3f51dc45c470d29fb4b5 (diff) | |
download | freebsd-ports-gnome-a12d6ee3b5d7c7dea633018131a164ebb0d44981.tar.gz freebsd-ports-gnome-a12d6ee3b5d7c7dea633018131a164ebb0d44981.tar.zst freebsd-ports-gnome-a12d6ee3b5d7c7dea633018131a164ebb0d44981.zip |
- use MASTER_SITE_LOCAL
-rw-r--r-- | deskutils/cartotheque/Makefile | 3 | ||||
-rw-r--r-- | deskutils/cartotheque/pkg-descr | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/cartotheque/Makefile b/deskutils/cartotheque/Makefile index cbeef391351a..8d7d7055a5aa 100644 --- a/deskutils/cartotheque/Makefile +++ b/deskutils/cartotheque/Makefile @@ -9,7 +9,8 @@ PORTNAME= cartotheque PORTVERSION= 0.1 PORTREVISION= 2 CATEGORIES= deskutils gnustep -MASTER_SITES= http://stefan.agentfarms.net/Download/GNUstep/Prototypes/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=dinoex DISTNAME= Cartotheque-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org diff --git a/deskutils/cartotheque/pkg-descr b/deskutils/cartotheque/pkg-descr index 18be5a58417d..e0bc320492db 100644 --- a/deskutils/cartotheque/pkg-descr +++ b/deskutils/cartotheque/pkg-descr @@ -5,5 +5,4 @@ contents (NSAttributedString) editable by a text view. LICENSE: LGPL21 -Screenshot: -WWW: http://stefan.agentfarms.net/Download/GNUstep/Shots/cartotheque-2.png +Author: Stefan Urbanek |