diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:48:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:48:30 +0000 |
commit | 1dd0d087e7685065d68e44a26c1524785fcba7fb (patch) | |
tree | 483587f626b594c91bd63042428c5fd4c52d4891 /science/epte | |
parent | 9ab014c6ea7a828661d8117efa2a449772d889e6 (diff) |
Notes
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 |