diff options
author | hq <hq@FreeBSD.org> | 2009-02-24 17:45:14 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2009-02-24 17:45:14 +0800 |
commit | 28f1d67844c420dad593b6ee0f08bed579333f62 (patch) | |
tree | 16febb8de478e2c5dc2f7fa9b553f0e278f1194e /www/hudson/Makefile | |
parent | 0e00d0014cbebe40de0840654c10ab7dbb567306 (diff) | |
download | freebsd-ports-gnome-28f1d67844c420dad593b6ee0f08bed579333f62.tar.gz freebsd-ports-gnome-28f1d67844c420dad593b6ee0f08bed579333f62.tar.zst freebsd-ports-gnome-28f1d67844c420dad593b6ee0f08bed579333f62.zip |
Fetch distfile in a specific directory related to version
Port will now update correctly even if the previous distfile has not been
removed from DISTDIR
PR: ports/132048
Reported by: Ari Maniatis <ari@ish.com.au>
Diffstat (limited to 'www/hudson/Makefile')
-rw-r--r-- | www/hudson/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/hudson/Makefile b/www/hudson/Makefile index 2a2330f1e3b1..0386578047c9 100644 --- a/www/hudson/Makefile +++ b/www/hudson/Makefile @@ -11,6 +11,7 @@ CATEGORIES= www java devel MASTER_SITES= https://hudson.dev.java.net/files/documents/2402/127179/ DISTNAME= hudson EXTRACT_SUFX= .war +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= MAINTAINER= hq@FreeBSD.org |