diff options
author | abs <abs@pkgsrc.org> | 2002-08-29 11:13:56 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-08-29 11:13:56 +0000 |
commit | 018332daf1756036609d636261ab219f1493b523 (patch) | |
tree | 9731feca5616cc2c149b8f51b8869cd9a0627390 /archivers/unrar | |
parent | da994f117868145d9b7766d723d2f547acfed8c6 (diff) | |
download | pkgsrc-018332daf1756036609d636261ab219f1493b523.tar.gz |
Make this compile again. It doesn't use any non system libraries or includes
so shouldn't need to the buildlink magic.
Diffstat (limited to 'archivers/unrar')
-rw-r--r-- | archivers/unrar/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 3d34c42b22e..71a9845d6e3 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/08/25 21:49:25 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2002/08/29 11:13:56 abs Exp $ DISTNAME= unrarsrc PKGNAME= unrar-3.0 @@ -22,9 +22,6 @@ NO_BIN_ON_CDROM=${RESTRICTED} USE_BUILDLINK2= # defined -do-build: - cd ${WRKSRC} && ${BUILDLINK_CC} ${CFLAGS} -o unrar -D_UNIX unrar.c - do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unrar cd ${WRKSRC} && ${INSTALL_PROGRAM} unrar ${PREFIX}/bin |