summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-23 13:57:28 +0000
committerrillig <rillig>2006-07-23 13:57:28 +0000
commit5bf9009c76a2716ca49b1531875c229ea0fb788f (patch)
tree0ed6b1f89117260d6a8e2aa87d4affcbc80caf09 /archivers
parent05e87e34296fd0422ecda6244d1723ee7f694c25 (diff)
downloadpkgsrc-5bf9009c76a2716ca49b1531875c229ea0fb788f.tar.gz
Corrected the path where the manual page is installed. Bumped PKGREVISION.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/afio/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/archivers/afio/Makefile b/archivers/afio/Makefile
index c55ca4d37ae..f3e5b485372 100644
--- a/archivers/afio/Makefile
+++ b/archivers/afio/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:28:51 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/07/23 13:57:28 rillig Exp $
DISTNAME= afio-2.5
+PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://www.ibiblio.org/pub/Linux/system/backup/
EXTRACT_SUFX= .tgz
@@ -11,7 +12,6 @@ COMMENT= cpio-format archive creator with data corruption handling
PKG_INSTALLATION_TYPES= overwrite pkgviews
-NO_CONFIGURE= yes
BUILD_TARGET= afio
.include "../../mk/bsd.prefs.mk"
@@ -20,6 +20,10 @@ BUILD_TARGET= afio
MAKE_FLAGS+= e2=
.endif
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/afio ${PREFIX}/bin/afio
+ ${INSTALL_MAN} ${WRKSRC}/afio.1 ${PREFIX}/${PKGMANDIR}/man1/afio.1
.include "../../mk/bsd.pkg.mk"