diff -urN /usr/ports/astro/sscalc/Makefile sscalc/Makefile --- /usr/ports/astro/sscalc/Makefile Tue Mar 4 23:08:38 2003 +++ sscalc/Makefile Fri Aug 1 17:18:22 2003 @@ -13,8 +13,6 @@ MAINTAINER= kew@icehouse.net COMMENT= A sunrise/sunset time calculator -BROKEN= "Installs manpage into wrong directory" - pre-fetch: .if !defined(LAT) @${ECHO_MSG} "Type \"make LAT= LON=\" to hardwire your site" @@ -22,10 +20,11 @@ @${ECHO_MSG} "Compiling in lat/longs" .endif -post-install: - @strip ${PREFIX}/bin/sscalc - @${MKDIR} ${PREFIX}/share/doc/sscalc - ${INSTALL_DATA} ${WRKSRC}/cities.txt ${PREFIX}/share/doc/sscalc - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sscalc +do-install: + @${MKDIR} ${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/sscalc ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/sscalc.1.gz ${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/cities.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .include diff -urN /usr/ports/astro/sscalc/pkg-descr sscalc/pkg-descr --- /usr/ports/astro/sscalc/pkg-descr Sat Mar 30 01:21:44 2002 +++ sscalc/pkg-descr Fri Aug 1 17:06:52 2003 @@ -3,7 +3,7 @@ as long as you know the latitude and longitude of the location. The program is a port of the JavaScript program located at -http://www.srrb.noaa.gov/highlights/sunrise/gen.html +WWW: http://www.srrb.noaa.gov/highlights/sunrise/gen.html The page was written by Aaron Horiuchi, Chris Lehman and Chris Cornwall.