diff options
author | pav <pav@FreeBSD.org> | 2007-03-24 22:04:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-24 22:04:36 +0800 |
commit | 3e32701b9f418b2a116f23f45273f81622a20834 (patch) | |
tree | 5e4faebb47590f6e64af256b4b2c207bb57fc0d6 /deskutils/phpicalendar/Makefile | |
parent | 1b95307a29820e5b97fcc60a906b3ae93ea5a9f0 (diff) | |
download | freebsd-ports-gnome-3e32701b9f418b2a116f23f45273f81622a20834.tar.gz freebsd-ports-gnome-3e32701b9f418b2a116f23f45273f81622a20834.tar.zst freebsd-ports-gnome-3e32701b9f418b2a116f23f45273f81622a20834.zip |
- WWWDIR is now defined in bsd.ports.mk
PR: ports/105529
Submitted by: laszlof
Diffstat (limited to 'deskutils/phpicalendar/Makefile')
-rw-r--r-- | deskutils/phpicalendar/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/deskutils/phpicalendar/Makefile b/deskutils/phpicalendar/Makefile index add295978edf..d7da2563badc 100644 --- a/deskutils/phpicalendar/Makefile +++ b/deskutils/phpicalendar/Makefile @@ -16,13 +16,8 @@ MAINTAINER= edwin@mavetju.org COMMENT= Webbased calendar with iCal support NO_BUILD= yes -PHPICALENDAR= www/phpicalendar -WWWDIR= ${PREFIX}/${PHPICALENDAR} -PLIST_SUB+= PHPICALENDAR=${PHPICALENDAR} USE_PHP= session SUB_FILES= pkg-message -SUB_LIST= WWWDIR=${WWWDIR} -PKGMESSAGE= ${WRKDIR}/pkg-message WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}/ post-extract: |