blob: 0377a74aebfeee99afba862511927ac09c326cfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.2 2001/02/17 17:42:11 wiz Exp $
#
DISTNAME= cpogm-1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
COMMENT= copy owner, group and mode of a file
USE_PERL5= yes
NO_CONFIGURE= yes
ALL_TARGET= all PREFIX=${PREFIX}
INSTALL_TARGET= install PREFIX=${PREFIX}
.include "../../mk/bsd.pkg.mk"
|