diff options
author | abs <abs> | 2002-08-29 11:13:56 +0000 |
---|---|---|
committer | abs <abs> | 2002-08-29 11:13:56 +0000 |
commit | 9c1ff687ff409a58a2ff8b77b32a9fe7da670354 (patch) | |
tree | 9731feca5616cc2c149b8f51b8869cd9a0627390 /archivers | |
parent | f150d1e935f5a7f7641030e21b8bb6b72217d6a5 (diff) | |
download | pkgsrc-9c1ff687ff409a58a2ff8b77b32a9fe7da670354.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')
-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 |