diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-14 10:02:50 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-14 10:02:50 +0000 |
commit | d051c55203ed868052722105ea2dfa07039ac71c (patch) | |
tree | 28c280415940473c12fa1f34d623cf2828df29a0 /textproc/txt2man | |
parent | 0f5b447dfe6e32d26051ef10d8f0e3879d545deb (diff) | |
download | ports-d051c55203ed868052722105ea2dfa07039ac71c.tar.gz ports-d051c55203ed868052722105ea2dfa07039ac71c.zip |
Notes
Diffstat (limited to 'textproc/txt2man')
-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> |