- Add a trailing / to a MASTER_SITES

- install doc file

Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Chris Piazza 2000-02-25 22:20:34 +00:00
parent e690b295ee
commit b0568f632d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26288
2 changed files with 8 additions and 2 deletions

View File

@ -9,11 +9,15 @@
DISTNAME= geekcode-1.7
CATEGORIES= misc
MASTER_SITES= http://seymour.lazygenes.net/ \
http://www.zort.on.ca/software
http://www.zort.on.ca/software/
MAINTAINER= cpiazza@FreeBSD.org
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/geekcode
${INSTALL_DATA} ${WRKSRC}/geekcode.txt ${PREFIX}/share/doc/geekcode
.endif
.include <bsd.port.mk>

View File

@ -1 +1,3 @@
bin/geekcode
share/doc/geekcode/geekcode.txt
@dirrm share/doc/geekcode