aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cidr
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cidr')
-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