summaryrefslogtreecommitdiff
path: root/archivers/unrar/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-05-11 12:37:33 +0000
committersalo <salo>2003-05-11 12:37:33 +0000
commit6ba7c11ea55c70188a8f4e6c6b19133ca0d5676e (patch)
treed2c4ffceb3452d869090fc334cc463b7c8455904 /archivers/unrar/Makefile
parent059ae6a1e2530099bc7735d785bfa402eece5a65 (diff)
downloadpkgsrc-6ba7c11ea55c70188a8f4e6c6b19133ca0d5676e.tar.gz
PKGREVISION++
- remove dependency on GNU make - this package doesn't really use buildlink2 - pass CFLAGS
Diffstat (limited to 'archivers/unrar/Makefile')
-rw-r--r--archivers/unrar/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index d4bf9f1c31f..23a6535827b 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2003/05/08 09:55:31 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2003/05/11 12:37:33 salo Exp $
+#
DISTNAME= unrarsrc-3.2.1
PKGNAME= ${DISTNAME:S/src//}
+PKGREVISION= 1
WRKSRC= ${WRKDIR}/unrar
CATEGORIES= archivers
MASTER_SITES= http://www.rarlab.com/rar/
@@ -17,13 +19,10 @@ RESTRICTED= "Do not modify. Do not charge a fee for redistribution."
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
-USE_BUILDLINK2= # defined
-USE_GMAKE= # defined
-
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unrar
cd ${WRKSRC} && ${INSTALL_PROGRAM} unrar ${PREFIX}/bin
- cd ${WRKSRC} && ${INSTALL_MAN} readme.txt license.txt \
+ cd ${WRKSRC} && ${INSTALL_DATA} readme.txt license.txt \
${PREFIX}/share/doc/unrar
.include "../../mk/bsd.pkg.mk"