diff options
author | billf <billf@FreeBSD.org> | 1999-11-16 11:50:01 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-11-16 11:50:01 +0800 |
commit | 08d639a003b3fb29c65d82532493a7528bae73a3 (patch) | |
tree | 30489c01cd25d8de4ed480da85ea96076d446d3e /net/licq | |
parent | 28f5c627113c013fa80107c03819a6cb832e6194 (diff) | |
download | freebsd-ports-gnome-08d639a003b3fb29c65d82532493a7528bae73a3.tar.gz freebsd-ports-gnome-08d639a003b3fb29c65d82532493a7528bae73a3.tar.zst freebsd-ports-gnome-08d639a003b3fb29c65d82532493a7528bae73a3.zip |
Really remove the redundant WRKSRC this time. Ugh.
Diffstat (limited to 'net/licq')
-rw-r--r-- | net/licq/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile index 0415896c2ad5..d6d03b944342 100644 --- a/net/licq/Makefile +++ b/net/licq/Makefile @@ -16,7 +16,6 @@ MASTER_SITES= ftp://ftp.wibble.net/pub/licq/srcs/ \ MAINTAINER= green@FreeBSD.org USE_QT= yes -WRKSRC= ${WRKDIR}/${DISTNAME} USE_GMAKE= yes GNU_CONFIGURE= yes |