diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-08-29 14:53:29 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-08-29 14:53:29 +0000 |
commit | 1c1bf34b59b41941a23fd532e98c1f30bc990720 (patch) | |
tree | fb66e196c9cbd9ed60eeb88d4bacdcaa086e7f01 /misc/astrolog/files | |
parent | bfd86d4a3764d8ff1246f71965e3756250052aad (diff) | |
download | ports-1c1bf34b59b41941a23fd532e98c1f30bc990720.tar.gz ports-1c1bf34b59b41941a23fd532e98c1f30bc990720.zip |
Notes
Diffstat (limited to 'misc/astrolog/files')
-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 c7c7fd7df5ec..2c041e7b1cf0 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. |