pkgsrc/devel/p4/Makefile
jlam 4c8382aec0 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 17:45:33 +00:00

20 lines
424 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/03/03 17:45:36 jlam Exp $
#
DISTNAME= p4
HOMEPAGE= http://www.perforce.com/perforce/products/p4.html
COMMENT= Perforce SCM command-line client
PKG_DESTDIR_SUPPORT= user-destdir
P4BINONLY= yes
.include "../../devel/p4/Makefile.common"
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \
${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"