aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-11 21:25:11 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-11 21:25:11 +0000
commita8652ea309f75f0a95f91e15e6b19bab50b6e414 (patch)
treee2abe53df19b8094f210888060bdcc8b98e1d605 /net-mgmt
parent520f94385653e3444c1be979038fb6fd8b518921 (diff)
downloadports-a8652ea309f75f0a95f91e15e6b19bab50b6e414.tar.gz
ports-a8652ea309f75f0a95f91e15e6b19bab50b6e414.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cidr/Makefile2
-rw-r--r--net-mgmt/cidr/files/patch-aa2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/cidr/Makefile b/net-mgmt/cidr/Makefile
index 78d0bf1748de..53fd1d57e889 100644
--- a/net-mgmt/cidr/Makefile
+++ b/net-mgmt/cidr/Makefile
@@ -12,7 +12,7 @@ DISTNAME= cidr-current
MAINTAINER= midom@dammit.lt
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
ALL_TARGET= cidr
diff --git a/net-mgmt/cidr/files/patch-aa b/net-mgmt/cidr/files/patch-aa
index 063439a16695..a9d1ec738e0e 100644
--- a/net-mgmt/cidr/files/patch-aa
+++ b/net-mgmt/cidr/files/patch-aa
@@ -5,7 +5,7 @@
cidr: $(OBJS)
- gcc -Wall -o cidr cidr.c
-+ gcc -Wall -o cidr $(OBJS)
++ $(CC) -Wall -o cidr $(OBJS)
clean:
rm $(OBJS) cidr