1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

use the clearer way to install the program to ${PREFIX}

Submitted by:	Tomasz Luchowski <zuntum@netbsd.org>
This commit is contained in:
Ying-Chieh Liao 2001-06-14 10:02:50 +00:00
parent 0f5b447dfe
commit d051c55203
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43981

View File

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