diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-04-21 07:29:15 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-04-21 07:29:15 +0000 |
commit | e538d48bcb17edeb1703739413aaad49ae89cbae (patch) | |
tree | 82138d1abd9cc001181d5c190059a3411a102a89 /net/unison232/Makefile | |
parent | ae6f3d5e96b73b11b0e27890d2aee6fc536579e3 (diff) |
Notes
Diffstat (limited to 'net/unison232/Makefile')
-rw-r--r-- | net/unison232/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/unison232/Makefile b/net/unison232/Makefile index 6039bd0515bf..2b53480a81c0 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -53,8 +53,10 @@ post-build: @${GMAKE} -C ${WRKSRC} UISTYLE=text NAME=unison-text .endif +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/unison ${PREFIX}/bin + post-install: - @${STRIP_CMD} ${PREFIX}/bin/unison .if defined(WITH_GTK2) @${INSTALL_PROGRAM} ${WRKSRC}/unison-text ${PREFIX}/bin .endif |