summaryrefslogtreecommitdiff
path: root/sysutils/cpogm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cpogm/Makefile')
-rw-r--r--sysutils/cpogm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/cpogm/Makefile b/sysutils/cpogm/Makefile
index a8ced6e03dd..28720260ccf 100644
--- a/sysutils/cpogm/Makefile
+++ b/sysutils/cpogm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/03/15 18:37:57 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2010/01/27 18:45:27 joerg Exp $
#
DISTNAME= cpogm-1.0
@@ -8,11 +8,13 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
COMMENT= Copy owner, group and mode of a file
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= perl:run
NO_CONFIGURE= yes
BUILD_TARGET= all PREFIX=${PREFIX}
-INSTALL_TARGET= install PREFIX=${PREFIX}
+INSTALL_MAKE_FLAGS+= PREFIX=${PREFIX}
INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
.include "../../mk/bsd.pkg.mk"