summaryrefslogtreecommitdiff
path: root/comms/bthfp/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-21 20:47:28 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-21 20:47:28 +0000
commite24e6b83dc82d2a5c2fae11da2c2601b0a3ff9e9 (patch)
tree43d7316ea556f58312fefa0a8d655060efae8131 /comms/bthfp/Makefile
parentb22db753f163810f557fac435de75a6062d0d91b (diff)
downloadpkgsrc-e24e6b83dc82d2a5c2fae11da2c2601b0a3ff9e9.tar.gz
Fix build on LP64.
Diffstat (limited to 'comms/bthfp/Makefile')
-rw-r--r--comms/bthfp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/bthfp/Makefile b/comms/bthfp/Makefile
index 7881bff7045..7f4d1728dc4 100644
--- a/comms/bthfp/Makefile
+++ b/comms/bthfp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/03/03 05:33:32 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/21 20:47:28 joerg Exp $
DISTNAME= bthfp-0.1
CATEGORIES= comms
@@ -14,6 +14,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+USE_BSD_MAKEFILE= yes
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bthfp ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bthfp.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1