diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-07-07 05:54:56 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-07-07 05:54:56 +0000 |
commit | 1b859fffa66bca887257f5052210f1cecb4dd71c (patch) | |
tree | f5193ad99711726f7b2765b618bd7977a373bf81 /games/yadex/Makefile | |
parent | 219f28de30dc126e000e6d62a29e571f9933a2ea (diff) | |
download | FreeBSD-ports-1b859fffa66bca887257f5052210f1cecb4dd71c.zip FreeBSD-ports-1b859fffa66bca887257f5052210f1cecb4dd71c.tar.gz |
Update to 1.5.2
PR: 28786
Submitted by: maintainer
Diffstat (limited to 'games/yadex/Makefile')
-rw-r--r-- | games/yadex/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/yadex/Makefile b/games/yadex/Makefile index 006b7c5..e5867d7 100644 --- a/games/yadex/Makefile +++ b/games/yadex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yadex -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= games MASTER_SITES= http://www.teaser.fr/~amajorel/yadex/ @@ -17,8 +17,7 @@ MAKEFILE= GNUmakefile MAN6= yadex.6 ybsp.6 -#pre-build: -# mv ${WRKDIR}/${DISTNAME}/Makefile ${WRKDIR}/${DISTNAME}/Makefile.orig -# mv ${WRKDIR}/${DISTNAME}/GNUmakefile ${WRKDIR}/${DISTNAME}/Makefile +post-install: + ${CHMOD} 644 ${PREFIX}/etc/yadex/1.5.2/yadex.cfg .include <bsd.port.mk> |