diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-14 18:02:50 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-14 18:02:50 +0800 |
commit | 0fd445ca7a5755fac718ebe884ea6b23ef8448ae (patch) | |
tree | 386dbd4c9cc312d7fe929280d71e9df9d9cf59dd /textproc | |
parent | a739580cde45b755ae75ee08eaaa0b88b5a3d71f (diff) | |
download | freebsd-ports-gnome-0fd445ca7a5755fac718ebe884ea6b23ef8448ae.tar.gz freebsd-ports-gnome-0fd445ca7a5755fac718ebe884ea6b23ef8448ae.tar.zst freebsd-ports-gnome-0fd445ca7a5755fac718ebe884ea6b23ef8448ae.zip |
use the clearer way to install the program to ${PREFIX}
Submitted by: Tomasz Luchowski <zuntum@netbsd.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/txt2man/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/txt2man/Makefile b/textproc/txt2man/Makefile index a23de9848e0d..3302ce30135c 100644 --- a/textproc/txt2man/Makefile +++ b/textproc/txt2man/Makefile @@ -14,10 +14,8 @@ MASTER_SITES= http://mvertes.free.fr/download/ MAINTAINER= ijliao@FreeBSD.org ALL_TARGET= txt2man.1 +INSTALL_TARGET= install prefix=${PREFIX} MAN1= txt2man.1 -post-patch: - @${PERL} -pi -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/Makefile - .include <bsd.port.mk> |