diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-06-18 11:12:02 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-06-18 11:12:02 +0000 |
commit | 3b4b2f46311e077ea686422e790cd27d4d18f9f4 (patch) | |
tree | 377b371f3ab989b6c43ac8493cf05c7821e20943 /misc | |
parent | e41a6d2142b87d5f69e5885f40a14487939df352 (diff) | |
download | pkgsrc-3b4b2f46311e077ea686422e790cd27d4d18f9f4.tar.gz |
Add USE_X11=yes, fixes pr 5607 by Tim Rightnour.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/astrolog/Makefile | 12 |
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" |