diff options
Diffstat (limited to 'databases/pydbdesigner/Makefile')
-rw-r--r-- | databases/pydbdesigner/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/pydbdesigner/Makefile b/databases/pydbdesigner/Makefile index c994c0902129..092694176859 100644 --- a/databases/pydbdesigner/Makefile +++ b/databases/pydbdesigner/Makefile @@ -11,6 +11,7 @@ MAINTAINER= xride@FreeBSD.org COMMENT= Graphical designer for relational databases LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Needs an unsupported version of wxWidgets @@ -39,7 +40,7 @@ do-install: ${FIND} . -type d | cut -c3- | ${XARGS} ${CHMOD} ${BINMODE};\ ${FIND} . -type f | cut -c3- | ${XARGS} ${CHMOD} ${LIBMODE};\ ${RM} -f ${STAGEDIR}${PREFIX}/bin/${PORTNAME};\ - ${LN} -s ${STAGEDIR}${MY_SITELIBDIR}/main.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${LN} -s ${MY_SITELIBDIR}/main.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${CHMOD} ${BINMODE} ${STAGEDIR}${MY_SITELIBDIR}/main.py .include <bsd.port.mk> |