diff options
author | steve <steve@FreeBSD.org> | 1998-08-10 20:16:55 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-10 20:16:55 +0800 |
commit | 1d53b27b0cfca400c14efdb0f435a6aec2ce867a (patch) | |
tree | 51ad0578c1c27a868554c193b3ba5b8775207f90 /games/3dpong | |
parent | 3ae2fe2fbad8c5b8bbb084843827e6e54f881bb6 (diff) | |
download | freebsd-ports-gnome-1d53b27b0cfca400c14efdb0f435a6aec2ce867a.tar.gz freebsd-ports-gnome-1d53b27b0cfca400c14efdb0f435a6aec2ce867a.tar.zst freebsd-ports-gnome-1d53b27b0cfca400c14efdb0f435a6aec2ce867a.zip |
Find the distfile again and handle NOPORTDOCS.
PR: 7553
Submitted by: maintainer
Diffstat (limited to 'games/3dpong')
-rw-r--r-- | games/3dpong/Makefile | 6 | ||||
-rw-r--r-- | games/3dpong/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games/3dpong/Makefile b/games/3dpong/Makefile index 5a1a3e59f380..1ea213fc82ac 100644 --- a/games/3dpong/Makefile +++ b/games/3dpong/Makefile @@ -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> diff --git a/games/3dpong/distinfo b/games/3dpong/distinfo index 47f68f7f853f..c0c08bb8da19 100644 --- a/games/3dpong/distinfo +++ b/games/3dpong/distinfo @@ -1 +1 @@ -MD5 (3dpong.0.3.tar.gz) = 4158e42189730d2cebce82689b2677dc +MD5 (3dpong.0.3.tar.gz) = 0055972f485d4c48231ce7c41ca074a8 |