Find the distfile again and handle NOPORTDOCS.
PR: 7553 Submitted by: maintainer
This commit is contained in:
parent
52b30cdd25
commit
14026fcae8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12426
2 changed files with 5 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
|||
# Date created: 10 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/07/27 23:24:27 asami Exp $
|
||||
# $Id: Makefile,v 1.3 1998/08/05 09:30:51 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= 3dpong.0.3
|
||||
PKGNAME= 3dpong-0.3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://zippy.sonoma.edu/kendrick/nbs/unix/x/3dpong/
|
||||
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/3dpong/
|
||||
|
||||
MAINTAINER= andy@icc.surw.chel.su
|
||||
|
||||
|
@ -21,7 +21,9 @@ do-install:
|
|||
@ ${INSTALL_PROGRAM} ${WRKSRC}/3dpong ${PREFIX}/bin
|
||||
@ ${MKDIR} ${PREFIX}/share/3dpong
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${PREFIX}/share/3dpong
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/3dpong
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/3dpong
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (3dpong.0.3.tar.gz) = 4158e42189730d2cebce82689b2677dc
|
||||
MD5 (3dpong.0.3.tar.gz) = 0055972f485d4c48231ce7c41ca074a8
|
||||
|
|
Loading…
Reference in a new issue