summaryrefslogtreecommitdiff
path: root/sysutils/cpogm
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-03-15 18:37:57 +0000
committerjoerg <joerg@pkgsrc.org>2007-03-15 18:37:57 +0000
commitcca16ecfa9936f64bf1c2f25cb55e68723d69174 (patch)
treea632c4ccf6f44b97856f5c76a9491abb88456957 /sysutils/cpogm
parent258ab1fc26e8d892c0660a0b853fc6c1b3d6ead8 (diff)
downloadpkgsrc-cca16ecfa9936f64bf1c2f25cb55e68723d69174.tar.gz
Don't depend on mtree.
Diffstat (limited to 'sysutils/cpogm')
-rw-r--r--sysutils/cpogm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/cpogm/Makefile b/sysutils/cpogm/Makefile
index 015a0ff2ddd..a8ced6e03dd 100644
--- a/sysutils/cpogm/Makefile
+++ b/sysutils/cpogm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/07/16 01:19:20 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2007/03/15 18:37:57 joerg Exp $
#
DISTNAME= cpogm-1.0
@@ -13,5 +13,6 @@ USE_TOOLS+= perl:run
NO_CONFIGURE= yes
BUILD_TARGET= all PREFIX=${PREFIX}
INSTALL_TARGET= install PREFIX=${PREFIX}
+INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
.include "../../mk/bsd.pkg.mk"