diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 00:21:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 00:21:37 +0800 |
commit | 75fd4a556369f574edc6cd6984a5b191d6999e25 (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/phpicalendar | |
parent | 94d8a4430550bbc2a7bf95ad142ad7d14215cf8b (diff) | |
download | freebsd-ports-gnome-75fd4a556369f574edc6cd6984a5b191d6999e25.tar.gz freebsd-ports-gnome-75fd4a556369f574edc6cd6984a5b191d6999e25.tar.zst freebsd-ports-gnome-75fd4a556369f574edc6cd6984a5b191d6999e25.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils)
Diffstat (limited to 'deskutils/phpicalendar')
-rw-r--r-- | deskutils/phpicalendar/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/phpicalendar/Makefile b/deskutils/phpicalendar/Makefile index 32f381d89a26..3e1d8629b5f6 100644 --- a/deskutils/phpicalendar/Makefile +++ b/deskutils/phpicalendar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: phpicalednar -# Date created: 3 April 2004 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= phpicalendar PORTVERSION= 2.24 @@ -19,6 +15,7 @@ USE_PHP= session pcre SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}/ +NO_STAGE= yes post-extract: ${FIND} ${WRKDIR} -name .DS_Store -delete ${FIND} ${WRKDIR} -name '._*' -delete |