diff options
author | jlam <jlam> | 2001-11-06 22:10:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-06 22:10:21 +0000 |
commit | 2ec2b87ea6c3929af1f18ab6bb09955968b43e78 (patch) | |
tree | 4046a82e096bbd693c8dba9200b0bcba304b5fe8 /archivers | |
parent | d88c2158781ce47a99676f056bfb3019049f2727 (diff) | |
download | pkgsrc-2ec2b87ea6c3929af1f18ab6bb09955968b43e78.tar.gz |
Remove post-build target designed to make the build fail for reasons
unknown.
Diffstat (limited to 'archivers')
-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 |