1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Respect $PREFIX

PR:		ports/87509
Submitted by:	maintainer
This commit is contained in:
Volker Stolz 2005-10-16 13:59:23 +00:00
parent 915dfddc0f
commit 2fed0aafb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145551

View File

@ -18,4 +18,7 @@ PLIST_FILES= bin/tinysu
ALL_TARGET= it
INSTALL_TARGET= setup check
post-extract:
@${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home
.include <bsd.port.mk>