diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
commit | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (patch) | |
tree | 1ac4f33e833450e6b1eb2c92fa0fd0d5853d4d65 /devel/epm | |
parent | 1089da7dcc67eb415fa6851ab9dc700e7b1a9972 (diff) | |
download | ports-857aec5d6b82d83ac07f49f4dab6463acb984c3c.tar.gz ports-857aec5d6b82d83ac07f49f4dab6463acb984c3c.zip |
Notes
Diffstat (limited to 'devel/epm')
-rw-r--r-- | devel/epm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/epm/Makefile b/devel/epm/Makefile index 918f2d773522..748d9edcee98 100644 --- a/devel/epm/Makefile +++ b/devel/epm/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: epm -# Date created: 20 Nov 2004 -# Whom: NAKATA Maho <maho@FreeBSD.org> -# +# Created by: NAKATA Maho <maho@FreeBSD.org> # $FreeBSD$ -# PORTNAME= epm PORTVERSION= 4.2 @@ -25,6 +21,7 @@ USE_AUTOTOOLS= autoconf MAN1= epm.1 epminstall.1 mkepmlist.1 setup.1 MAN5= epm.list.5 setup.types.5 +NO_STAGE= yes post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/docdir/d' ${WRKSRC}/Makefile.in |