FreeBSD Port: unrtf-0.20.1
Alan Hicks
ahicks at p-o.co.uk
Mon Jun 12 11:50:30 UTC 2006
Hi,
The current port does not appear to install as the unrtf bin and man
files are in subdirectories instead of the work root.
The attached patch adds the subdirectories to the install section of
Makefile, the app successfully installs and uninstalls. I've only
tested on FreeBSD 6.0
All the best,
Alan
-------------- next part --------------
--- Makefile Mon Jun 12 12:36:56 2006
+++ Makefile2 Mon Jun 12 12:36:42 2006
@@ -22,7 +22,7 @@
PLIST_FILES= bin/unrtf
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/unrtf ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/unrtf.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/unrtf ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/doc/unrtf.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>
More information about the freebsd-ports
mailing list