diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-11 09:24:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-11 09:24:46 +0000 |
commit | 9f89d1f75273bc002b47565c493b4ccea900ec8f (patch) | |
tree | a4e6706fe45fd34d4468e8f5cc6fff774d3e7139 /www/smb_auth | |
parent | 60b507671291eb3571457547de04c9e24e2b9351 (diff) | |
download | ports-9f89d1f75273bc002b47565c493b4ccea900ec8f.tar.gz ports-9f89d1f75273bc002b47565c493b4ccea900ec8f.zip |
Notes
Diffstat (limited to 'www/smb_auth')
-rw-r--r-- | www/smb_auth/Makefile | 11 | ||||
-rw-r--r-- | www/smb_auth/pkg-plist | 5 |
2 files changed, 7 insertions, 9 deletions
diff --git a/www/smb_auth/Makefile b/www/smb_auth/Makefile index 38828b2215db..938fbfc45621 100644 --- a/www/smb_auth/Makefile +++ b/www/smb_auth/Makefile @@ -10,21 +10,20 @@ PORTVERSION= 0.05 CATEGORIES= www MASTER_SITES= http://www.hacom.nl/~richard/software/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= A proxy authentication module against an SMB server -RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 \ - ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba +RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT} ALL_TARGET= smb_auth +SAMBA_PORT?= net/samba do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smb_auth ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/smb_auth.sh ${PREFIX}/bin .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/smb_auth - ${INSTALL_MAN} ${FILESDIR}/README ${PREFIX}/share/doc/smb_auth - ${INSTALL_MAN} ${WRKSRC}/COPYING-2.0 ${PREFIX}/share/doc/smb_auth + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${FILESDIR}/README ${DOCSDIR}/ .endif post-install: diff --git a/www/smb_auth/pkg-plist b/www/smb_auth/pkg-plist index 41e1d41461c1..0672db0d4126 100644 --- a/www/smb_auth/pkg-plist +++ b/www/smb_auth/pkg-plist @@ -1,5 +1,4 @@ bin/smb_auth bin/smb_auth.sh -share/doc/smb_auth/COPYING-2.0 -share/doc/smb_auth/README -@dirrm share/doc/smb_auth +%%DOCSDIR%%/README +@dirrm %%DOCSDIR%% |