diff options
author | pav <pav@FreeBSD.org> | 2004-06-02 03:39:10 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-02 03:39:10 +0000 |
commit | dd66097789eb11e9fe7f65e566e228e218fb0330 (patch) | |
tree | cf675dcb8a3d6e6ee3ca826a01e11382dbfd10ac /cad | |
parent | c83e9c8780ad8d771af22c2d72473845df817427 (diff) | |
download | FreeBSD-ports-dd66097789eb11e9fe7f65e566e228e218fb0330.zip FreeBSD-ports-dd66097789eb11e9fe7f65e566e228e218fb0330.tar.gz |
- Tie subdirs to respective master sites
PR: ports/67474
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pdnmesh/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index e466770..96c48c7 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -8,9 +8,10 @@ PORTNAME= pdnmesh PORTVERSION= 0.1.4 CATEGORIES= cad -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= ${PORTNAME} science/visualization +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ + ${MASTER_SITE_SUNSITE:S/$/:sun/} +MASTER_SITE_SUBDIR= ${PORTNAME}/:sf science/visualization/:sun +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf,sun MAINTAINER= sarod@users.sf.net COMMENT= A finite element program |