summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-16 13:59:23 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-16 13:59:23 +0000
commit2fed0aafb11aaa977841318987ef0bd15ddeb124 (patch)
treeb826a058e7fcdcaf1708844b989f29cbb3afb72f
parentUpdate mail/getmail to 4.3.13, which includes a new retriever type as noted (diff)
Respect $PREFIX
PR: ports/87509 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=145551
-rw-r--r--security/tinysu/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/tinysu/Makefile b/security/tinysu/Makefile
index a015952bac6e..778ada6100c1 100644
--- a/security/tinysu/Makefile
+++ b/security/tinysu/Makefile
@@ -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>