diff options
Diffstat (limited to 'www/eyeos/Makefile')
-rw-r--r-- | www/eyeos/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/eyeos/Makefile b/www/eyeos/Makefile index 00ac1e9ee65a..58b69c27adac 100644 --- a/www/eyeos/Makefile +++ b/www/eyeos/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eyeOS -# Date created: 2006-04-04 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= eyeOS DISTVERSION= 0.9.3-5 @@ -25,6 +21,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_SUB+= EYEDIR="${EYEDIR:S,^${PREFIX}/,,}" SUB_LIST+= EYEDIR=${EYEDIR} +NO_STAGE= yes post-extract: @${RM} -f ${WRKSRC}/DOCS/gpl-license.txt @${MV} ${WRKSRC}/README.txt ${WRKSRC}/DOCS/USER.MANUAL |