diff options
Diffstat (limited to 'japanese/mobileimap/Makefile')
-rw-r--r-- | japanese/mobileimap/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/mobileimap/Makefile b/japanese/mobileimap/Makefile index 8c6e310c54b0..e12447d61b5d 100644 --- a/japanese/mobileimap/Makefile +++ b/japanese/mobileimap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mobileimap -# Date created: 2004/05/09 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD$ -# PORTNAME= mobileimap PORTVERSION= 2.7 @@ -22,6 +18,7 @@ ALL_TARGET= mobileimap PLIST_FILES= bin/mobileimap +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile |