diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-11 02:35:08 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-11 02:35:08 +0000 |
commit | 945f316b31c73d2ca484718eb9456d40d5b6fca8 (patch) | |
tree | 60680ac5684b89877401ce96ccf53232db3723a1 /misc/achievo | |
parent | a7fb6717b8c8671b130cd02c0e1c6ba0686a275c (diff) | |
download | freebsd-ports-945f316b31c73d2ca484718eb9456d40d5b6fca8.zip |
Change install location.
Fix pkg-plist.
PR: ports/92891
Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk> (maintainer)
Diffstat (limited to 'misc/achievo')
-rw-r--r-- | misc/achievo/Makefile | 7 | ||||
-rw-r--r-- | misc/achievo/pkg-plist | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/achievo/Makefile b/misc/achievo/Makefile index 1dcfeb2b9b68..6284af2cdbc3 100644 --- a/misc/achievo/Makefile +++ b/misc/achievo/Makefile @@ -7,6 +7,7 @@ PORTNAME= achievo PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= misc www MASTER_SITES= http://www.achievo.org/files/ \ http://www.caomhin.org/geek/ports/ @@ -21,15 +22,15 @@ WANT_PHP_MOD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= YES -ACHVODIR?= www/data.default/achievo +ACHVODIR?= www/achievo PLIST_SUB= ACHVODIR=${ACHVODIR} post-patch: @${MV} ${WRKSRC}/config.inc.php ${WRKSRC}/config.inc.php-default do-install: - @${MKDIR} ${PREFIX}/www/data.default/achievo - @${CP} -R ${WRKSRC}/* ${PREFIX}/www/data.default/achievo/ + @${MKDIR} ${PREFIX}/${ACHVODIR} + @${CP} -R ${WRKSRC}/* ${PREFIX}/${ACHVODIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${ACHVODIR} @${CAT} ${PKGMESSAGE} diff --git a/misc/achievo/pkg-plist b/misc/achievo/pkg-plist index d9af734e4a54..91f442142e36 100644 --- a/misc/achievo/pkg-plist +++ b/misc/achievo/pkg-plist @@ -565,4 +565,4 @@ @dirrm %%ACHVODIR%%/atk/db @dirrm %%ACHVODIR%%/atk/attributes @dirrm %%ACHVODIR%%/atk -@dirrm %%ACHVODIR%% +@dirrmtry %%ACHVODIR%% |