- Pet portlint
- Fix shebangs - Add NO_ARCH - Don't install COPYING with docs
This commit is contained in:
@@ -9,19 +9,22 @@ MASTER_SITES= SF/anyremote/${PORTNAME}/${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Web interface for anyRemote
|
||||
|
||||
RUN_DEPENDS= anyremote:comms/anyremote
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= python:run
|
||||
RUN_DEPENDS= anyremote:comms/anyremote
|
||||
|
||||
PORTDOCS= ChangeLog README COPYING AUTHORS
|
||||
GNU_CONFIGURE= yes
|
||||
USES= python:run shebangfix
|
||||
SHEBANG_FILES= anyremote2html
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTDOCS= ChangeLog README AUTHORS
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|COPYING||g' ${WRKSRC}/Makefile.*
|
||||
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
Reference in New Issue
Block a user