diff options
Diffstat (limited to 'x11-toolkits/py-wax/Makefile')
-rw-r--r-- | x11-toolkits/py-wax/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/py-wax/Makefile b/x11-toolkits/py-wax/Makefile index e3f4cfb235c4..9875602146de 100644 --- a/x11-toolkits/py-wax/Makefile +++ b/x11-toolkits/py-wax/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wax -# Date created: 2006-04-03 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= wax PORTVERSION= 0.3.33 @@ -32,6 +28,7 @@ PLIST_SUB= PORTEXAMPLES="@comment " PLIST_SUB= PORTEXAMPLES="" .endif +NO_STAGE= yes do-install: @cd ${WRKSRC} && ${FIND} . ${FIND_DIRS} -exec ${MKDIR} ${DATADIR}/{} \; @cd ${WRKSRC} && ${FIND} . ${FIND_DELETE} -delete |