summaryrefslogtreecommitdiff
path: root/net/queso
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-09-05 22:15:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-09-05 22:15:15 +0000
commit244bef6ca30b03051f3e97bcd5703c40bb1ab303 (patch)
tree1978982b1afc38c71ffeed1eb5a9bd5ecffba43b /net/queso
parentportlint (diff)
portlint
Notes
Notes: svn path=/head/; revision=21286
Diffstat (limited to 'net/queso')
-rw-r--r--net/queso/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/queso/Makefile b/net/queso/Makefile
index 12f6736db7a9..b1708dadf31b 100644
--- a/net/queso/Makefile
+++ b/net/queso/Makefile
@@ -13,7 +13,6 @@ CATEGORIES= net security
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
${MASTER_SITE_SUNSITE} \
ftp://freebsd.ntu.edu.tw/freebsd/_distfiles/
-DISTFILES= queso-980922.tar.gz
MASTER_SITE_SUBDIR= distributions/trinux/src/netmap
MAINTAINER= obrien@FreeBSD.org
@@ -23,7 +22,7 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300004
-DISTFILES+= libpcap-0.4.tar.Z
+DISTFILES= queso-980922.tar.gz libpcap-0.4.tar.Z
post-patch:
@cd ${WRKSRC}/../libpcap-0.4/; ./configure; make
.endif