diff options
author | araujo <araujo@FreeBSD.org> | 2009-02-02 09:36:16 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-02-02 09:36:16 +0800 |
commit | 56fcc5f4afd03a3eb53f30b6fc8eca1afcdc623b (patch) | |
tree | 2510c2c5894eaaef9493d02e6ef64a10e9772205 /net-im | |
parent | ed6d9d787703496956d2f31c13fcf56be0ae3763 (diff) | |
download | freebsd-ports-gnome-56fcc5f4afd03a3eb53f30b6fc8eca1afcdc623b.tar.gz freebsd-ports-gnome-56fcc5f4afd03a3eb53f30b6fc8eca1afcdc623b.tar.zst freebsd-ports-gnome-56fcc5f4afd03a3eb53f30b6fc8eca1afcdc623b.zip |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gossip/Makefile | 3 | ||||
-rw-r--r-- | net-im/loudmouth/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile index 26a9dadc26f4..ce8648b5561e 100644 --- a/net-im/gossip/Makefile +++ b/net-im/gossip/Makefile @@ -9,8 +9,7 @@ PORTNAME= gossip PORTVERSION= 0.31 CATEGORIES= net-im gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index c916dc4a2f5d..6d43e13581a8 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -9,8 +9,7 @@ PORTNAME= loudmouth PORTVERSION= 1.4.3 CATEGORIES= net-im gnome MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \ - ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 + GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight Jabber client library |