summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-02 06:56:38 +0000
committerjlam <jlam@pkgsrc.org>2001-12-02 06:56:38 +0000
commit55ffb37406a84184fb4d92bd4b3ea2544fdf25da (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /net/samba
parente1a97d1b323c48b19428f035fb03e0cd0d908418 (diff)
downloadpkgsrc-55ffb37406a84184fb4d92bd4b3ea2544fdf25da.tar.gz
bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 9cd6eb31051..116bfc1e88a 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2001/11/26 23:55:06 taca Exp $
+# $NetBSD: Makefile,v 1.72 2001/12/02 06:56:43 jlam Exp $
DISTNAME= samba-2.2.2
WRKSRC= ${WRKDIR}/${DISTNAME}/source
@@ -117,8 +117,6 @@ post-install:
${FILESDIR}/smb.conf.sample > ${WRKDIR}/smb.conf.sample
${INSTALL_DATA} ${WRKDIR}/smb.conf.sample ${EXAMPLESDIR}
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
-
.include "../../devel/readline/buildlink.mk"
.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.install.mk"