unbreak: ${WRKSRC} corrected.

respoct CC.
This commit is contained in:
FUJISHIMA Satsuki 2001-09-11 21:25:11 +00:00
parent 520f943856
commit a8652ea309
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47717
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ DISTNAME= cidr-current
MAINTAINER= midom@dammit.lt
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
ALL_TARGET= cidr

View File

@ -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

View File

@ -12,7 +12,7 @@ DISTNAME= cidr-current
MAINTAINER= midom@dammit.lt
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
ALL_TARGET= cidr

View File

@ -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