summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-22 02:21:44 +0000
committerjlam <jlam>2001-08-22 02:21:44 +0000
commit62601670efcdc8cf5324c44a8968084b2bec9caa (patch)
tree201deafb75a07fcebc9471170d7762553eb5416c /comms/mgetty+sendfax/Makefile
parent356df4478ed23db394d0645af0e403388282c737 (diff)
downloadpkgsrc-62601670efcdc8cf5324c44a8968084b2bec9caa.tar.gz
Convert to use buildlink.mk files.
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r--comms/mgetty+sendfax/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
index 4b4e73869d7..f748c9ce434 100644
--- a/comms/mgetty+sendfax/Makefile
+++ b/comms/mgetty+sendfax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/06/21 17:02:23 fredb Exp $
+# $NetBSD: Makefile,v 1.16 2001/08/22 02:21:44 jlam Exp $
# FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp
#
@@ -12,8 +12,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://alpha.greenie.net/mgetty/
COMMENT= Handle external logins, send and receive faxes
-DEPENDS= netpbm-[0-9]*:../../graphics/netpbm
-
CONFLICTS= hylafax-*
WRKSRC= ${WRKDIR}/${PKGNAME}
@@ -24,6 +22,8 @@ MGETTY_CONFDIR= ${PREFIX}/etc/mgetty+sendfax
#MGETTY_CONFDIR=/etc/mgetty
MAKE_ENV+= MGETTY_CONFDIR=${MGETTY_CONFDIR}
+USE_BUILDLINK_ONLY= # defined
+
post-configure:
${SED} -e 's#$${INSTALL_DATA_DIR}#${INSTALL_DATA_DIR}#' \
-e 's#$${MGETTY_CONFDIR}#${MGETTY_CONFDIR}#' \
@@ -40,4 +40,5 @@ post-install:
cd ${PREFIX}/share/examples/mgetty+sendfax; \
${PAX} -r -w -pe -k * ${MGETTY_CONFDIR}
+.include "../../graphics/netpbm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"