diff options
Diffstat (limited to 'science/epte')
-rw-r--r-- | science/epte/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/science/epte/Makefile b/science/epte/Makefile index 5bc3952b1793..ef9ee3c471d5 100644 --- a/science/epte/Makefile +++ b/science/epte/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: epte -# Date created: 2010-09-01 -# Whom: Frederic Culot <frederic@culot.org> -# +# Created by: Frederic Culot <frederic@culot.org> # $FreeBSD$ -# PORTNAME= epte PORTVERSION= 2.0.8 @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/epte +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr|${PREFIX}|' ${WRKSRC}/epte.1 |