aboutsummaryrefslogtreecommitdiff
path: root/devel/noweb/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-04-04 11:35:24 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-04-04 11:35:24 +0000
commit20956f6c129a9bce344c264461dbc448e1924306 (patch)
tree8cfe75f4af40b47cca771ad9df6c797de00eab20 /devel/noweb/Makefile
parent104176d2a3ace26e40b2690fafdd6a67617f539a (diff)
Notes
Diffstat (limited to 'devel/noweb/Makefile')
-rw-r--r--devel/noweb/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile
index 33be35813b08..3d8e808bc373 100644
--- a/devel/noweb/Makefile
+++ b/devel/noweb/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= noweb
-PORTVERSION= 2.9a
+PORTVERSION= 2.10a
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= tg
MAINTAINER= tg@FreeBSD.org
@@ -23,6 +23,6 @@ MAN7= nowebfilters.7 nowebstyle.7
MLINKS= notangle.1 noweave.1 notangle.1 nountangle.1
post-build:
- @(cd ${WRKSRC} && ${WRKSRC}/awkname awk)
+ @(cd ${WRKSRC} && ${SH} ${WRKSRC}/awkname awk)
.include <bsd.port.mk>