summaryrefslogtreecommitdiff
path: root/comms/efax/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-08-30 18:40:06 +0000
committerjlam <jlam@pkgsrc.org>2003-08-30 18:40:06 +0000
commit80f85d8b31c9ab88a09990bc40cbe9345ed64dd6 (patch)
tree3c75c2447e63daf0817fd7b353d6624caf2356ab /comms/efax/Makefile
parent00d8bda72f945075f39d7c813dbdb1fbab47084f (diff)
downloadpkgsrc-80f85d8b31c9ab88a09990bc40cbe9345ed64dd6.tar.gz
Convert to use bsd.pkg.install.mk.
Diffstat (limited to 'comms/efax/Makefile')
-rw-r--r--comms/efax/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/comms/efax/Makefile b/comms/efax/Makefile
index 7db97e58993..742a89f0483 100644
--- a/comms/efax/Makefile
+++ b/comms/efax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/21 16:35:13 martti Exp $
+# $NetBSD: Makefile,v 1.10 2003/08/30 18:40:07 jlam Exp $
DISTNAME= efax-0.9
CATEGORIES= comms
@@ -11,6 +11,7 @@ COMMENT= Collection of small programs for sending and receiving faxes
CONFLICTS= kdeutils<3.1
USE_BUILDLINK2= # defined
+USE_PKGINSTALL= YES
post-patch:
${SED} -e 's:@PREFIX@:${PREFIX}:g; \
@@ -31,10 +32,4 @@ post-patch:
${HEAD} -n 404 ${WRKSRC}/fax.tmp > ${WRKSRC}/efax.rc1
${TAIL} -n 402 ${WRKSRC}/efax.rc1 > ${WRKSRC}/efax.rc
-post-install:
- ${INSTALL_DATA_DIR} /var/spool/efax
- ${CHMOD} 755 /var/spool/efax
- ${INSTALL_DATA_DIR} /var/log/efax
- ${CHMOD} 755 /var/log/efax
-
.include "../../mk/bsd.pkg.mk"