diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-11 21:25:11 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-11 21:25:11 +0000 |
commit | a8652ea309f75f0a95f91e15e6b19bab50b6e414 (patch) | |
tree | e2abe53df19b8094f210888060bdcc8b98e1d605 /net/cidr | |
parent | 520f94385653e3444c1be979038fb6fd8b518921 (diff) | |
download | ports-a8652ea309f75f0a95f91e15e6b19bab50b6e414.tar.gz ports-a8652ea309f75f0a95f91e15e6b19bab50b6e414.zip |
Notes
Diffstat (limited to 'net/cidr')
-rw-r--r-- | net/cidr/Makefile | 2 | ||||
-rw-r--r-- | net/cidr/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/cidr/Makefile b/net/cidr/Makefile index 78d0bf1748de..53fd1d57e889 100644 --- a/net/cidr/Makefile +++ b/net/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/cidr/files/patch-aa b/net/cidr/files/patch-aa index 063439a16695..a9d1ec738e0e 100644 --- a/net/cidr/files/patch-aa +++ b/net/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 |