diff options
author | asami <asami@FreeBSD.org> | 2000-04-16 10:44:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-16 10:44:52 +0000 |
commit | 336a226a5699a3f48c548844b19744df119fc893 (patch) | |
tree | 2832e36799a38cadce7b4b5fe3f68e3a57c88e68 /net-im | |
parent | 9b3d5347ab4e784463f41175cac20980c384707c (diff) | |
download | FreeBSD-ports-336a226a5699a3f48c548844b19744df119fc893.zip FreeBSD-ports-336a226a5699a3f48c548844b19744df119fc893.tar.gz |
WRKSRC-related fixes.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/xicq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile index ab772c3..40bc026 100644 --- a/net-im/xicq/Makefile +++ b/net-im/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}" |