diff options
author | jlam <jlam> | 2001-12-02 06:56:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-12-02 06:56:38 +0000 |
commit | d1c143236383007ebe2b664cf4f20e65f07e995a (patch) | |
tree | cae588008c2ebc64dfaaf967400630b03c968bdf /net/samba/Makefile | |
parent | be4037a8473c5de66a8b96ac53c9dc59a80855ee (diff) | |
download | pkgsrc-d1c143236383007ebe2b664cf4f20e65f07e995a.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/Makefile')
-rw-r--r-- | net/samba/Makefile | 4 |
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" |