diff options
Diffstat (limited to 'archivers/unace22')
-rw-r--r-- | archivers/unace22/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unace22/Makefile b/archivers/unace22/Makefile index 8516046c938..965c449bdd5 100644 --- a/archivers/unace22/Makefile +++ b/archivers/unace22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/10/01 10:37:33 grant Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:37 jlam Exp $ # DISTNAME= linunace22 @@ -33,6 +33,8 @@ NO_BUILD= YES NO_CONFIGURE= YES CHECK_SHLIBS= NO +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin/unace22 |