Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 19:51:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377459 - head/devel/epm
Message-ID:  <201501191951.t0JJpOn4010029@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan 19 19:51:23 2015
New Revision: 377459
URL: https://svnweb.freebsd.org/changeset/ports/377459
QAT: https://qat.redports.org/buildarchive/r377459/

Log:
  - Move LICENSE upward
  - Strip binary executable
  - Remove USE_AUTOTOOLS=autoconf
  - Fix alignment

Modified:
  head/devel/epm/Makefile

Modified: head/devel/epm/Makefile
==============================================================================
--- head/devel/epm/Makefile	Mon Jan 19 19:51:17 2015	(r377458)
+++ head/devel/epm/Makefile	Mon Jan 19 19:51:23 2015	(r377459)
@@ -11,13 +11,15 @@ EXTRACT_SUFX=	-source.tar.bz2
 MAINTAINER=	office@FreeBSD.org
 COMMENT=	Free UNIX software/file packaging program
 
-OPTIONS_DEFINE=	DOCS
-
 LICENSE=	GPLv2
 
+OPTIONS_DEFINE=	DOCS
+
 MAKE_JOBS_UNSAFE=	yes
-USES=	tar:bzip2
+USES=		tar:bzip2
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkepmlist
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501191951.t0JJpOn4010029>