1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Fix plist

- While here, drop 6.X conditional

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-08-03 22:36:16 +00:00
parent 103158b6e7
commit 89c0a489d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278877
2 changed files with 3 additions and 10 deletions

View File

@ -23,17 +23,8 @@ USE_GNOME= libxml2
USE_PYTHON= yes
USE_RC_SUBR= uwsgi
PLIST_FILES= bin/${PORTNAME} \
${PYTHON_SITELIBDIR}/uwsgidecorators.py
.include <bsd.port.pre.mk>
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
@${INSTALL_DATA} ${WRKSRC}/uwsgidecorators.py ${PYTHON_SITELIBDIR}
.if ${OSVERSION} < 700000
BROKEN= does not build on 6.X
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

2
www/uwsgi/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/uwsgi
%%PYTHON_SITELIBDIR%%/uwsgidecorators.py