diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 12:53:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 12:53:51 +0000 |
commit | ac2cdb6ff82656aaa35b031d3b586edbfe5e910f (patch) | |
tree | fc937fbaf706d3370801af9ef7f58dc19fc3a485 /net | |
parent | 3c129922273508ca754f1098ae50511b89f34a06 (diff) | |
download | pkgsrc-ac2cdb6ff82656aaa35b031d3b586edbfe5e910f.tar.gz |
remove some whitespace and shuffle lines to make pkglint more quiet
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 9df82a19959..4ac3a759c44 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2000/09/03 09:17:00 kei Exp $ +# $NetBSD: Makefile,v 1.37 2000/09/03 12:53:51 wiz Exp $ DISTNAME= samba-2.0.7-ja-1.2a PKGNAME= samba-2.0.7.1.2a @@ -10,14 +10,14 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.samba.org/ -CONFLICTS+= samba-2.0.7-ja-* - BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf .if !exists(/usr/include/readline.h) DEPENDS+= readline>=4.0:../../devel/readline .endif +CONFLICTS+= samba-2.0.7-ja-* + GNU_CONFIGURE= # defined .include "../../mk/bsd.prefs.mk" @@ -54,7 +54,7 @@ pre-configure: post-install: # Install Samba documentation. - # + # ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/samba ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/samba/faq ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/samba/textdocs @@ -74,7 +74,7 @@ post-install: done # Install Samba examples. - # + # ${MKDIR} ${PREFIX}/share/examples/samba ${CP} -R ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/examples/samba ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/samba |