svn commit: r380663 - head/editors/aewan
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Mar 7 03:19:11 UTC 2015
Author: amdmi3
Date: Sat Mar 7 03:19:10 2015
New Revision: 380663
URL: https://svnweb.freebsd.org/changeset/ports/380663
QAT: https://qat.redports.org/buildarchive/r380663/
Log:
- Add LICENSE
- Pet portlint
- Strip binaries
Modified:
head/editors/aewan/Makefile
Modified: head/editors/aewan/Makefile
==============================================================================
--- head/editors/aewan/Makefile Sat Mar 7 03:18:56 2015 (r380662)
+++ head/editors/aewan/Makefile Sat Mar 7 03:19:10 2015 (r380663)
@@ -3,13 +3,15 @@
PORTNAME= aewan
PORTVERSION= 1.0.01
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Curses-based program for the creation and editing of ASCII art
-OPTIONS_DEFINE= DOCS
+LICENSE= GPLv2 # pr later
+LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake
@@ -22,10 +24,13 @@ PLIST_FILES= bin/aecat bin/aewan bin/aem
PORTDOCS= *
+OPTIONS_DEFINE= DOCS
+
post-patch:
@${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list