diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-08 16:21:04 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-08 16:21:04 +0000 |
commit | a48ceacbb7130326035b0d941a29682c0fa1baf3 (patch) | |
tree | 263384ecdfabeec4332f02b04a8d11ff463c05d6 /deskutils/egroupware/Makefile | |
parent | 22b99fe314c82cfcaebd70a297b0ec07b2f2ae29 (diff) | |
download | freebsd-ports-a48ceacbb7130326035b0d941a29682c0fa1baf3.zip |
- Update from 1.8.005.20131001 to 1.8.005.20131007
Changes: http://svn.stylite.de/viewvc/egroupware/branches/1.8/egroupware/doc/rpm-build/debian.changes?view=markup
Approved by: wg/culot (mentors, implicit)
Diffstat (limited to 'deskutils/egroupware/Makefile')
-rw-r--r-- | deskutils/egroupware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index b7af14ce3d47..2eef7fbeb490 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eGroupware -PORTVERSION= 1.8.005.20131001 +PORTVERSION= 1.8.005.20131007 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}-1.8/${PORTNAME}-${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2 \ @@ -83,7 +83,7 @@ WRKSRC= ${WRKDIR}/egroupware EG_DIR= www/eg EG_WWWDIR= ${PREFIX}/${EG_DIR} EG_DATA= www/egdata -EG_DATADIR= ${PREFIX}/www/egdata +EG_DATADIR= ${PREFIX}/${EG_DATA} pre-install: @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s#${WRKSRC}#${EG_DIR}#g" >${PLIST} |