summaryrefslogtreecommitdiff
path: root/misc/astrolog
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-06-18 11:12:02 +0000
committerfrueauf <frueauf>1998-06-18 11:12:02 +0000
commit0af095b327995127bd016c9df8aff4b159ff2adb (patch)
tree377b371f3ab989b6c43ac8493cf05c7821e20943 /misc/astrolog
parent37e5740d0848a9b0461713ff0e840649899aad91 (diff)
downloadpkgsrc-0af095b327995127bd016c9df8aff4b159ff2adb.tar.gz
Add USE_X11=yes, fixes pr 5607 by Tim Rightnour.
Diffstat (limited to 'misc/astrolog')
-rw-r--r--misc/astrolog/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile
index 3e6d3c7b479..2d53b69f23e 100644
--- a/misc/astrolog/Makefile
+++ b/misc/astrolog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/05/09 15:24:44 frueauf Exp $
+# $NetBSD: Makefile,v 1.7 1998/06/18 11:12:02 frueauf Exp $
# FreeBSD Id: Makefile,v 1.12 1997/08/10 22:31:15 fenner Exp
#
@@ -14,12 +14,14 @@ MAINTAINER= packages@netbsd.org
EPHEM= LRZ5_24 CHI_24 CPJV_24
+USE_X11= yes
+
EXTRACT_ONLY= ${DISTNAME}.shr
EXTRACT_CMD= ${SH}
EXTRACT_ARGS=
DIST_SUBDIR= astrolog
ALL_TARGET= astrolog
-NO_WRKSUBDIR= Yes
+NO_WRKSUBDIR= yes
do-install:
-@${MKDIR} ${PREFIX}/lib/astrolog
@@ -39,8 +41,8 @@ do-install:
${INSTALL_DATA} Update.530 ${PREFIX}/share/doc/astrolog
cd ${WRKSRC} && \
${INSTALL_DATA} README.530 ${PREFIX}/share/doc/astrolog
- @echo
- @echo "See the file ${PREFIX}/share/doc/astrolog/Helpfile.530 for help"
- @echo "and tune ${PREFIX}/lib/astrolog/astrolog.dat"
+ @${ECHO}
+ @${ECHO} "See the file ${PREFIX}/share/doc/astrolog/Helpfile.530 for"
+ @${ECHO} "help and tune ${PREFIX}/lib/astrolog/astrolog.dat"
.include "../../mk/bsd.pkg.mk"