diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-30 20:41:25 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-30 20:41:25 +0000 |
commit | 5d63df3f66d1e235fd95f8ec98d5aa4272b82ad5 (patch) | |
tree | 7858a24f1c4b26168dd044d73401296e83d98f9f /net/samba3 | |
parent | Revert last commit. (diff) |
Make fetchable.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=117705
Diffstat (limited to 'net/samba3')
-rw-r--r-- | net/samba3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index ca1948824777..9878721e107e 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -11,7 +11,7 @@ PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} -MASTER_SITE_SUBDIR= . rc pre +MASTER_SITE_SUBDIR= . old-versions rc pre DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/:S/.r/rc/} MAINTAINER?= timur@gnu.org |