diff options
author | asami <asami@FreeBSD.org> | 2000-04-16 18:44:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-16 18:44:52 +0800 |
commit | 336a226a5699a3f48c548844b19744df119fc893 (patch) | |
tree | 2832e36799a38cadce7b4b5fe3f68e3a57c88e68 /net | |
parent | 9b3d5347ab4e784463f41175cac20980c384707c (diff) | |
download | freebsd-ports-gnome-336a226a5699a3f48c548844b19744df119fc893.tar.gz freebsd-ports-gnome-336a226a5699a3f48c548844b19744df119fc893.tar.zst freebsd-ports-gnome-336a226a5699a3f48c548844b19744df119fc893.zip |
WRKSRC-related fixes.
Diffstat (limited to 'net')
-rw-r--r-- | net/nam/Makefile | 2 | ||||
-rw-r--r-- | net/ns/Makefile | 2 | ||||
-rw-r--r-- | net/ns2/Makefile | 2 | ||||
-rw-r--r-- | net/xicq/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/nam/Makefile b/net/nam/Makefile index 16fb5f1ca566..a0010f636716 100644 --- a/net/nam/Makefile +++ b/net/nam/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl MAN1= nam.1 MANCOMPRESSED= no -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/nam-1.0a7 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 diff --git a/net/ns/Makefile b/net/ns/Makefile index c89e355b02b0..37845457bbbe 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 MAN1= ns.1 MANCOMPRESSED= no -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/ns-2.1b5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 diff --git a/net/ns2/Makefile b/net/ns2/Makefile index c89e355b02b0..37845457bbbe 100644 --- a/net/ns2/Makefile +++ b/net/ns2/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 MAN1= ns.1 MANCOMPRESSED= no -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/ns-2.1b5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 diff --git a/net/xicq/Makefile b/net/xicq/Makefile index ab772c351d6b..40bc02653fec 100644 --- a/net/xicq/Makefile +++ b/net/xicq/Makefile @@ -13,7 +13,7 @@ DISTNAME= xicq-071298-snapshot.src MAINTAINER= scrappy@FreeBSD.org -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/xicq-071298 USE_GMAKE= yes MAKE_ENV= OPT="${CFLAGS}" |