diff options
author | Nik Clayton <nik@FreeBSD.org> | 2004-12-23 12:50:41 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2004-12-23 12:50:41 +0000 |
commit | 41f61269b11b30da61e98037551b999988d10194 (patch) | |
tree | 5aef468311ff25e2d6fb51341a746698a8a07905 | |
parent | Unbreak on i386. (diff) |
Add an appropriate MASTER_SITE_SUBDIR assignment so that the distfile can
be found.
Notes
Notes:
svn path=/head/; revision=124982
-rw-r--r-- | devel/libtap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libtap/Makefile b/devel/libtap/Makefile index 842d8895afc2..d94b51aa033a 100644 --- a/devel/libtap/Makefile +++ b/devel/libtap/Makefile @@ -9,6 +9,7 @@ PORTNAME= libtap PORTVERSION= 1.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nik DISTNAME= tap-${PORTVERSION} MAINTAINER= nik@FreeBSD.org |