diff options
author | ache <ache@FreeBSD.org> | 1995-08-29 14:53:29 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-08-29 14:53:29 +0000 |
commit | 8062ed27df9eb4bdefb668d5ba3437a1fd206ed4 (patch) | |
tree | b8e07e50ae1a52845944b51d17de26e4e85bdc62 /misc | |
parent | 1891698702fa4116b75fc7322b1b09c4965f2889 (diff) | |
download | FreeBSD-ports-8062ed27df9eb4bdefb668d5ba3437a1fd206ed4.zip FreeBSD-ports-8062ed27df9eb4bdefb668d5ba3437a1fd206ed4.tar.gz |
Use default make.conf settings for CFLAGS instead of simple -O.
Don't strip already stripped file on install
Diffstat (limited to 'misc')
-rw-r--r-- | misc/astrolog/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/astrolog/files/patch-aa b/misc/astrolog/files/patch-aa index c7c7fd7..2c041e7 100644 --- a/misc/astrolog/files/patch-aa +++ b/misc/astrolog/files/patch-aa @@ -17,7 +17,7 @@ xdata.o xgeneral.o xdevice.o xcharts0.o xcharts1.o xcharts2.o xscreen.o # If you don't have X windows, delete the "-lX11" part from the line below: ! LIBS = -lm -L/usr/X11R6/lib -lX11 -! CFLAGS = -O -I/usr/X11R6/include +! CFLAGS += -I/usr/X11R6/include + all: astrolog + @@ -26,7 +26,7 @@ strip $(NAME) + + install: -+ /usr/bin/install -c -s astrolog ${PREFIX}/bin ++ /usr/bin/install -c astrolog ${PREFIX}/bin + -mkdir -p ${PREFIX}/share/astrolog + /usr/bin/install -c Helpfile.500 ${PREFIX}/share/astrolog + @echo "See the file ${PREFIX}/share/astrolog/Helpfile.500 for help. |