summaryrefslogtreecommitdiff
path: root/archivers/nomarch
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-07-28 02:47:34 +0000
committerminskim <minskim@pkgsrc.org>2004-07-28 02:47:34 +0000
commit5a4e75ef0dbfbe472daed99a61461c796830b3ba (patch)
treea2db94abf3df23400d346801b7559fa165b0b694 /archivers/nomarch
parentb85cc0437e09f2f375ea54116f177bba559a5501 (diff)
downloadpkgsrc-5a4e75ef0dbfbe472daed99a61461c796830b3ba.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'archivers/nomarch')
-rw-r--r--archivers/nomarch/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile
index b6f9c697d54..eea0ed598ed 100644
--- a/archivers/nomarch/Makefile
+++ b/archivers/nomarch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/07/28 02:47:35 minskim Exp $
#
DISTNAME= nomarch-1.3
@@ -9,11 +9,15 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://rus.members.beeb.net/nomarch.html
COMMENT= Free replacement for the arc program
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= YES
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= CC="${CC}"
MAKE_FLAGS+= CFLAGS="${CFLAGS}"
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nomarch ${PREFIX}/bin/nomarch
${INSTALL_DATA} ${WRKSRC}/nomarch.1 ${PREFIX}/man/man1/nomarch.1