diff options
author | abs <abs> | 2001-11-01 14:46:10 +0000 |
---|---|---|
committer | abs <abs> | 2001-11-01 14:46:10 +0000 |
commit | a5e92360575c0c0122bb18095654fff4f8ac3d76 (patch) | |
tree | f2dae1deb7d336a0bbf93992237b597c6dfa12ff /net | |
parent | 8284a4e64c3b05c64c591790a2de722def43ea5f (diff) | |
download | pkgsrc-a5e92360575c0c0122bb18095654fff4f8ac3d76.tar.gz |
Work with new locations of INSTALL and DEINSTALL
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index c292b69f976..c5f67512f87 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2001/10/15 08:50:51 martti Exp $ +# $NetBSD: Makefile,v 1.65 2001/11/01 14:46:10 abs Exp $ DISTNAME= samba-2.2.2 WRKSRC= ${WRKDIR}/${DISTNAME}/source @@ -98,9 +98,9 @@ post-extract: pre-install: ${SED} ${FILES_SUBST_SED} ${FILESDIR}/samba.sh > ${WRKDIR}/samba.sh - ${SED} ${FILES_SUBST_SED} ${PKGDIR}/INSTALL > ${INSTALL_FILE} - ${SED} ${FILES_SUBST_SED} ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE} - ${SED} ${FILES_SUBST_SED} ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE} + ${SED} ${FILES_SUBST_SED} INSTALL > ${INSTALL_FILE} + ${SED} ${FILES_SUBST_SED} DEINSTALL > ${DEINSTALL_FILE} + ${SED} ${FILES_SUBST_SED} DEINSTALL > ${DEINSTALL_FILE} post-install: # Install Samba documentation. |