diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-06 22:10:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-06 22:10:21 +0000 |
commit | cbf7d8cfd3b4ed98ce09f74799467af972f94742 (patch) | |
tree | 4046a82e096bbd693c8dba9200b0bcba304b5fe8 /archivers | |
parent | c1e7390116be539318841d42fcf2d11879db0b6c (diff) | |
download | pkgsrc-cbf7d8cfd3b4ed98ce09f74799467af972f94742.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 |