diff options
author | mr <mr@FreeBSD.org> | 2007-08-14 15:28:18 +0800 |
---|---|---|
committer | mr <mr@FreeBSD.org> | 2007-08-14 15:28:18 +0800 |
commit | 8bfc302d91b7f2b6a16abcc036b9dd1f31005892 (patch) | |
tree | f4551b84046077854abb68e9acd6c67cba9a4493 /comms | |
parent | ceb19a786b410fcb9838e19450550e2ba50ba9ba (diff) | |
download | freebsd-ports-gnome-8bfc302d91b7f2b6a16abcc036b9dd1f31005892.tar.gz freebsd-ports-gnome-8bfc302d91b7f2b6a16abcc036b9dd1f31005892.tar.zst freebsd-ports-gnome-8bfc302d91b7f2b6a16abcc036b9dd1f31005892.zip |
Fix pkg-plist.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/pyla/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/pyla/Makefile b/comms/pyla/Makefile index dca08eaddb4f..50334261e7f7 100644 --- a/comms/pyla/Makefile +++ b/comms/pyla/Makefile @@ -37,6 +37,7 @@ do-build: pre-install: @${ECHO_CMD} '@exec ${MKDIR} %D/lib/pyla' > ${PLIST} @${ECHO_CMD} 'bin/pyla' >> ${PLIST} + @${ECHO_CMD} 'lib/pyla/pyla.pyw' >> ${PLIST} @${FIND} ${WRKSRC}/ -type f | \ ${SED} -e "s:^${WRKSRC}/:lib/pyla/:g" >> ${PLIST} @${FIND} -d ${WRKSRC} -type d | \ |