Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2006 12:46:37 +0100
From:      Alan Hicks <ahicks@p-o.co.uk>
To:        ports@FreeBSD.org
Subject:   FreeBSD Port: unrtf-0.20.1
Message-ID:  <448D541D.2040302@p-o.co.uk>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------000407060106040008060709
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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

--------------000407060106040008060709
Content-Type: text/plain;
 name="Makefile.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Makefile.diff"

--- 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>

--------------000407060106040008060709--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?448D541D.2040302>