diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-27 15:10:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-27 15:10:54 +0000 |
commit | 9db5ee5c2b3ba2784ae5678d30ae3d7b0d92e867 (patch) | |
tree | 3d177bf3fe40d21dac36e4da7a3eb711c6ecd0d3 /devel/jakarta-commons-daemon | |
parent | 05c5e0353f833af45753abf23b93efa690b956d4 (diff) |
Notes
Diffstat (limited to 'devel/jakarta-commons-daemon')
-rw-r--r-- | devel/jakarta-commons-daemon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/jakarta-commons-daemon/Makefile b/devel/jakarta-commons-daemon/Makefile index b40dc8b6da5e..70af8d2c3cad 100644 --- a/devel/jakarta-commons-daemon/Makefile +++ b/devel/jakarta-commons-daemon/Makefile @@ -8,8 +8,8 @@ PORTNAME= commons-daemon PORTVERSION= 1.0.1 CATEGORIES= devel java -MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} -MASTER_SITE_SUBDIR= commons/daemon/source +MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_SOURCE} +MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,} PKGNAMEPREFIX= jakarta- DISTNAME= daemon-${PORTVERSION} |