diff options
author | sat <sat@FreeBSD.org> | 2006-05-15 04:35:48 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-15 04:35:48 +0800 |
commit | 803b37a95b833f977a9abba0948db6ab34c455cf (patch) | |
tree | 17090732231287e979f46526c3d60e76b241da62 /www | |
parent | e7612bd625d6584b732c8e2347a3492a68f7aa98 (diff) | |
download | freebsd-ports-gnome-803b37a95b833f977a9abba0948db6ab34c455cf.tar.gz freebsd-ports-gnome-803b37a95b833f977a9abba0948db6ab34c455cf.tar.zst freebsd-ports-gnome-803b37a95b833f977a9abba0948db6ab34c455cf.zip |
- Change the installation directory
PR: ports/97147
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Approved by: krion (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/gekko-modules/Makefile | 5 | ||||
-rw-r--r-- | www/gekko-modules/pkg-plist | 18 |
2 files changed, 12 insertions, 11 deletions
diff --git a/www/gekko-modules/Makefile b/www/gekko-modules/Makefile index 84df078fc87b..189f1051d3e4 100644 --- a/www/gekko-modules/Makefile +++ b/www/gekko-modules/Makefile @@ -7,6 +7,7 @@ PORTNAME= gekko-modules PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gekkoware @@ -16,11 +17,11 @@ DIST_SUBDIR= gekkoware MAINTAINER= acardenas@bsd.org.pe COMMENT= Gekko's modules -RUN_DEPENDS= ${LOCALBASE}/www/data-dist/gekko/conf.php:${PORTSDIR}/www/gekko +RUN_DEPENDS= ${LOCALBASE}/www/gekko/conf.php:${PORTSDIR}/www/gekko NO_BUILD= yes NO_WRKSUBDIR= yes -GEKKODIR?= www/data-dist/gekko +GEKKODIR?= www/gekko PLIST_SUB= GEKKODIR=${GEKKODIR} OPTIONS= BACKUP "Backup module" on \ diff --git a/www/gekko-modules/pkg-plist b/www/gekko-modules/pkg-plist index 2885701491e5..13ee839db8df 100644 --- a/www/gekko-modules/pkg-plist +++ b/www/gekko-modules/pkg-plist @@ -540,12 +540,12 @@ %%POLLS%%@dirrm %%GEKKODIR%%/templates/default/polls %%SEARCH%%@dirrm %%GEKKODIR%%/templates/default/search %%STATISTICS%%@dirrm %%GEKKODIR%%/templates/default/statistics -@dirrmtry www/data-dist/gekko/templates/default -@dirrmtry www/data-dist/gekko/templates -@dirrmtry www/data-dist/gekko/modules -@dirrmtry www/data-dist/gekko/media/icons/default/48 -@dirrmtry www/data-dist/gekko/media/icons/default/16 -@dirrmtry www/data-dist/gekko/media/icons/default -@dirrmtry www/data-dist/gekko/media/icons -@dirrmtry www/data-dist/gekko/media -@dirrmtry www/data-dist/gekko +@dirrmtry %%GEKKODIR%%/templates/default +@dirrmtry %%GEKKODIR%%/templates +@dirrmtry %%GEKKODIR%%/modules +@dirrmtry %%GEKKODIR%%/media/icons/default/48 +@dirrmtry %%GEKKODIR%%/media/icons/default/16 +@dirrmtry %%GEKKODIR%%/media/icons/default +@dirrmtry %%GEKKODIR%%/media/icons +@dirrmtry %%GEKKODIR%%/media +@dirrmtry %%GEKKODIR%% |