mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Distfile changed on master_site
PR: ports/9170 Submitted by: girgen@partitur.se
This commit is contained in:
parent
118ae7102c
commit
761d77b1a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15516
@ -1 +1 @@
|
||||
MD5 (ripe-whois-tools-2.3.tar.gz) = 7e93457200b369987ebe5cda1c8820f6
|
||||
MD5 (ripe-whois-tools-2.3.tar.gz) = 9a1d166153cda7b03878764203aa95db
|
||||
|
@ -1,9 +1,9 @@
|
||||
--- Makefile.orig Fri May 16 11:26:32 1997
|
||||
+++ Makefile Sun Jun 8 12:12:48 1997
|
||||
@@ -16,26 +16,26 @@
|
||||
--- Makefile.orig Thu Oct 1 18:28:49 1998
|
||||
+++ Makefile Tue Dec 22 14:57:27 1998
|
||||
@@ -16,15 +16,15 @@
|
||||
|
||||
|
||||
DEFINES= -DRIPE
|
||||
DEFINES= -DRIPE
|
||||
-PROG= whois cryptpw
|
||||
-DESTDIR= /usr/local/bin
|
||||
-MANDIR= /usr/local/man/man1
|
||||
@ -12,7 +12,8 @@
|
||||
+MANDIR= ${PREFIX}/man/man1
|
||||
INSTALL= install
|
||||
# LIBS= -lresolv
|
||||
CFLAGS= ${DEFINES}
|
||||
-CFLAGS= ${DEFINES}
|
||||
+CFLAGS+= ${DEFINES} -Wall -ansi -pedantic
|
||||
#
|
||||
# for BSDI
|
||||
-CC=shlicc2 -Wall -ansi -pedantic -O6 -m486
|
||||
@ -20,10 +21,7 @@
|
||||
#
|
||||
# for Linux
|
||||
#CC=gcc -Wall -ansi -pedantic -O6 -m486
|
||||
#
|
||||
# for most systems
|
||||
-#CC=gcc -Wall -ansi -pedantic -O6
|
||||
+CC=gcc -Wall -ansi -pedantic -O2
|
||||
@@ -34,8 +34,8 @@
|
||||
|
||||
all: $(PROG)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user