Index: head/net/istgt/Makefile =================================================================== --- head/net/istgt/Makefile (revision 374783) +++ head/net/istgt/Makefile (revision 374784) @@ -1,56 +1,47 @@ # Created by: Daisuke Aoyama # $FreeBSD$ PORTNAME= istgt PORTVERSION= 20121028 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ MAINTAINER= ports@FreeBSD.org COMMENT= iSCSI target for openSUSE/Debian/NetBSD/FreeBSD -SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message +LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes -PLIST_FILES= bin/istgt \ - bin/istgtcontrol \ - etc/rc.d/istgt \ - %%ETCDIR%%/auth.conf.sample \ - %%ETCDIR%%/istgt.conf.sample \ - %%ETCDIR%%/istgt.large.conf.sample \ - %%ETCDIR%%/istgtcontrol.conf.sample \ - man/man1/istgt.1.gz -PLIST_DIRSTRY= %%ETCDIR%% -PORTDOCS= ${DOCS:T} +PORTDOCS= ${DOCFILES:T} +DOCFILES= ChangeLog.jp README doc/QUICKSTART doc/QUICKSTART.jp -DOCS= ChangeLog.jp README doc/QUICKSTART doc/QUICKSTART.jp +SUB_FILES= pkg-message OPTIONS_DEFINE= SYMLNKDEV VBOXVD -OPTIONS_DEFAULT= + SYMLNKDEV_DESC= Allow symbolic link for device file -VBOXVD_DESC= Build with VBox VD support(no X11 required) +VBOXVD_DESC= Build with VBox VD support (no X11 required) .include .if ${PORT_OPTIONS:MSYMLNKDEV} CONFIGURE_ARGS+= --enable-symlink-device .endif .if ${PORT_OPTIONS:MVBOXVD} VBOX_WRKSRC= `${MAKE} -C ${PORTSDIR}/emulators/virtualbox-ose -V WRKSRC` RUN_DEPENDS+= ${LOCALBASE}/lib/virtualbox/VBoxRT.so:${PORTSDIR}/emulators/virtualbox-ose BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/emulators/virtualbox-ose:patch CONFIGURE_ARGS+= --with-vbox=${VBOX_WRKSRC}/include .endif post-extract: @${REINPLACE_CMD} -e '/\/doc\/istgt/d' ${WRKSRC}/doc/Makefile.in post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_MAN} ${DOCS} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DOCFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/net/istgt/pkg-plist =================================================================== --- head/net/istgt/pkg-plist (nonexistent) +++ head/net/istgt/pkg-plist (revision 374784) @@ -0,0 +1,8 @@ +bin/istgt +bin/istgtcontrol +etc/rc.d/istgt +@sample %%ETCDIR%%/auth.conf.sample +@sample %%ETCDIR%%/istgt.conf.sample +@sample %%ETCDIR%%/istgt.large.conf.sample +@sample %%ETCDIR%%/istgtcontrol.conf.sample +man/man1/istgt.1.gz Property changes on: head/net/istgt/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property