diff options
author | miwi <miwi@FreeBSD.org> | 2006-07-22 18:10:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-07-22 18:10:31 +0800 |
commit | 6b59b5bd52ea93c2d583eb1ab93330e83ad93d52 (patch) | |
tree | e161733b057112257af181cc37e005506c801af5 /games | |
parent | 9e8ae276fd1639082e1ffe1e1b0200da6afe77e1 (diff) | |
download | freebsd-ports-gnome-6b59b5bd52ea93c2d583eb1ab93330e83ad93d52.tar.gz freebsd-ports-gnome-6b59b5bd52ea93c2d583eb1ab93330e83ad93d52.tar.zst freebsd-ports-gnome-6b59b5bd52ea93c2d583eb1ab93330e83ad93d52.zip |
- Pass maintainership to submitter
- Mark unbroken
- Fix plist
PR: ports/99739
Submitted by: Babak Farrokhi <babak(at)farrokhi.net>
Approved by: krion (mentor)
Diffstat (limited to 'games')
-rw-r--r-- | games/phpua-hl/Makefile | 22 | ||||
-rw-r--r-- | games/phpua-hl/pkg-plist | 11 |
2 files changed, 20 insertions, 13 deletions
diff --git a/games/phpua-hl/Makefile b/games/phpua-hl/Makefile index c450a52b99dc..348a37fa5fa3 100644 --- a/games/phpua-hl/Makefile +++ b/games/phpua-hl/Makefile @@ -7,21 +7,19 @@ PORTNAME= phpua-plugin_hl PORTVERSION= 1.1.0b +PORTREVISION= 1 CATEGORIES= games www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpua -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= A Half-Life plugin for phpUA -RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine - -BROKEN= does not install due to dependency problem in games/phpua-engine -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-09-03 +BUILD_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine +RUN_DEPENDS= ${BUILD_DEPENDS} # Some variables you can change -PHPUA?= www/data/phpua +PHPUA?= www/phpua PHPUA_USER?= ${WWWOWN} PHPUA_GROUP?= ${WWWGRP} @@ -44,11 +42,13 @@ pre-everything:: ${ECHO_MSG} '-------------------------------------------------------------------------') .endif +do-extract: + @ ${MKDIR} ${WRKSRC} + @ cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} + do-install: - @ ${CP} -R ${WRKDIR}/images ${PREFIX}/${PHPUA}/ - @ ${CP} -R ${WRKDIR}/plugins ${PREFIX}/${PHPUA}/ - @ ${CP} -R ${WRKDIR}/templates ${PREFIX}/${PHPUA}/ - @ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${PREFIX}/${PHPUA} + @ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${WRKSRC} + @ ${CP} -R ${WRKSRC}/ ${PREFIX}/${PHPUA}/ @ ${ECHO_MSG} "" @ ${ECHO_MSG} "* Files have been installed in" @ ${ECHO_MSG} "* ${PREFIX}/${PHPUA}" diff --git a/games/phpua-hl/pkg-plist b/games/phpua-hl/pkg-plist index b039a9b66c6e..ad174dbb0e43 100644 --- a/games/phpua-hl/pkg-plist +++ b/games/phpua-hl/pkg-plist @@ -52,11 +52,18 @@ %%PHPUA%%/templates/default/plugin_hl/x.js %%PHPUA%%/templates/javascript/plugin_hl/info.tpl %%PHPUA%%/templates/wap/plugin_hl/info.tpl -@exec chown -R %%PHPUA_USER%%:%%PHPUA_GROUP%% %D/%%PHPUA%% @dirrm %%PHPUA%%/templates/wap/plugin_hl +@dirrmtry %%PHPUA%%/templates/wap @dirrm %%PHPUA%%/templates/javascript/plugin_hl +@dirrmtry %%PHPUA%%/templates/javascript @dirrm %%PHPUA%%/templates/default/plugin_hl +@dirrmtry %%PHPUA%%/templates/default +@dirrmtry %%PHPUA%%/templates @dirrm %%PHPUA%%/plugins/plugin_hl +@dirrmtry %%PHPUA%%/plugins @dirrm %%PHPUA%%/images/templates/wap/plugin_hl +@dirrmtry %%PHPUA%%/images/templates/wap @dirrm %%PHPUA%%/images/templates/default/plugin_hl -@dirrmtry %%PHPUA%%/images/templates/wap/ +@dirrmtry %%PHPUA%%/images/templates/default +@dirrmtry %%PHPUA%%/images/templates +@dirrmtry %%PHPUA%%/images |