- Add LICENSE
- Add NO_ARCH - Switch to options helpers
This commit is contained in:
parent
9ce0b7e245
commit
8506fc3cb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424938
@ -9,12 +9,16 @@ MASTER_SITES= http://devel.ringlet.net/x11/wmanager-addons/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Helper scripts and documentation for the X11 window manager selector
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= perl5 uidfix
|
||||
USE_PERL5= run
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for file in Changes README THANKS TODO
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user