diff options
-rw-r--r-- | archivers/unace/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index 32eb23f9851..f59fbc0ee9a 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/10/31 14:44:42 tv Exp $ +# $NetBSD: Makefile,v 1.6 2001/11/06 22:10:21 jlam Exp $ # DISTNAME= unace-1.2b @@ -14,9 +14,6 @@ USE_GMAKE= yes ALL_TARGET= clean unace -post-build: - false - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unace |