diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-12-11 17:24:46 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-12-11 17:24:46 +0800 |
commit | 1d94ec4e1c608f1b854c390cfc5b54c62e11be54 (patch) | |
tree | 413edeebc36da26334a14c8f62809faaccd2cd11 /www | |
parent | 2ceda9bcee0b93fb274efba060fbaad8759dfb7b (diff) | |
download | freebsd-ports-gnome-1d94ec4e1c608f1b854c390cfc5b54c62e11be54.tar.gz freebsd-ports-gnome-1d94ec4e1c608f1b854c390cfc5b54c62e11be54.tar.zst freebsd-ports-gnome-1d94ec4e1c608f1b854c390cfc5b54c62e11be54.zip |
- Take maintainership
- remove squid dependecy
(squid may depend on this module when configured)
- new option SAMBA_PORT
- use DOCSDIR
- don't install another copy of GPL
- don't use INSTALL_MAN for non manpages
Diffstat (limited to 'www')
-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%% |