svn commit: r377459 - head/devel/epm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 19 19:51:24 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list