Use groups to associate the right subdirectory with the right server.

Approved by:    Alexander Nedotsukov <bland@FreeBSD.org>
This commit is contained in:
Bill Fenner 2005-11-28 04:10:35 +00:00
parent 2236dda154
commit 654b3110dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149720

View File

@ -8,10 +8,11 @@
PORTNAME= libsigc++
PORTVERSION= 1.0.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= libsigc \
sources/libsigc++/1.0
MASTER_SITES= ${MASTER_SITE_GNOME:S/$/:gnome/} \
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0/:gnome \
libsigc/:sf
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf,gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Callback Framework for C++