diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-07 11:19:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-07 11:19:10 +0800 |
commit | 45da058fb4ef0f310f4e40c0f80c51366d573724 (patch) | |
tree | b5cd9ab6c9f02283bcf7fde23d730001cd046992 /editors | |
parent | c3840a1cf9336a445ff9312cab11d256891736aa (diff) | |
download | freebsd-ports-gnome-45da058fb4ef0f310f4e40c0f80c51366d573724.tar.gz freebsd-ports-gnome-45da058fb4ef0f310f4e40c0f80c51366d573724.tar.zst freebsd-ports-gnome-45da058fb4ef0f310f4e40c0f80c51366d573724.zip |
- Add LICENSE
- Pet portlint
- Strip binaries
Diffstat (limited to 'editors')
-rw-r--r-- | editors/aewan/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/aewan/Makefile b/editors/aewan/Makefile index 44ca7db921bb..a10906aa0dca 100644 --- a/editors/aewan/Makefile +++ b/editors/aewan/Makefile @@ -3,13 +3,15 @@ PORTNAME= aewan PORTVERSION= 1.0.01 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@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/aemakeflic \ 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} |