Update to new version

Fix patch and add REGEX for chmod

PR:		28008
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
Reviewed by:	will
This commit is contained in:
David W. Chapman Jr. 2001-06-10 23:34:38 +00:00
parent 4a166800d8
commit 468e06048e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43786
3 changed files with 17 additions and 6 deletions

View File

@ -6,16 +6,18 @@
#
PORTNAME= 3dpong
PORTVERSION= 0.3
PORTVERSION= 0.4
CATEGORIES= games
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/3dpong/
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAKEFILE= makefile
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/3dpong
post-patch:
@${PERL} -pi.fbsd -e 's.\tchmod .\t${CHMOD} .g' \
${WRKSRC}/makefile
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/3dpong ${PREFIX}/bin

View File

@ -1 +1 @@
MD5 (3dpong.0.3.tar.gz) = 456a3acc36ce60557d3bed4ea55fb3a0
MD5 (3dpong-0.4.tar.gz) = 9f90508b260b43f6cb6514b18fb17acb

View File

@ -1,5 +1,5 @@
--- makefile Sun Mar 15 05:43:34 1998
+++ /home/andy/tmp/wrk/makefile Sun Jul 11 12:55:29 1999
--- makefile.orig Sat Mar 14 20:43:34 1998
+++ makefile Sun Jun 10 17:32:36 2001
@@ -11,11 +11,28 @@
# Makefile user-definable variables
@ -32,6 +32,15 @@
# uncomment for sunos/solaris
#XLIB=-L/usr/openwin/lib -lX11
@@ -33,7 +50,7 @@
# Makefile commands:
all: 3dpong
- chmod 755 go handball sounds
+ chmod 755 sounds
chmod 644 *.c *.h makefile sounds/*.au *.txt
clean:
@@ -43,7 +60,7 @@
# Application: