Index: head/net/pxe/pkg-plist =================================================================== --- head/net/pxe/pkg-plist (revision 345855) +++ head/net/pxe/pkg-plist (nonexistent) @@ -1,8 +0,0 @@ -sbin/pxe -etc/pxe.conf.sample -%%PORTDOCS%%share/doc/pxe/Changes -%%PORTDOCS%%share/doc/pxe/INSTALL -%%PORTDOCS%%share/doc/pxe/LICENCE -%%PORTDOCS%%share/doc/pxe/README -%%PORTDOCS%%share/doc/pxe/THANKS -%%PORTDOCS%%@dirrm share/doc/pxe Property changes on: head/net/pxe/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/pxe/Makefile =================================================================== --- head/net/pxe/Makefile (revision 345855) +++ head/net/pxe/Makefile (revision 345856) @@ -1,42 +1,39 @@ # Created by: Anders Nordby # $FreeBSD$ PORTNAME= pxe PORTVERSION= 1.4.2 PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.kano.org.uk/projects/pxe/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= anders@FreeBSD.org COMMENT= PXE daemon, set up a boot menu for netbooting PXE enabled clients USE_RC_SUBR= pxe SUB_FILES= pkg-message GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-config=${PREFIX}/etc/pxe.conf \ --with-log=/var/log/pxe.log \ --with-setuid=nobody -DOCS= Changes INSTALL LICENCE README THANKS +PORTDOCS= Changes INSTALL LICENCE README THANKS +PLIST_FILES= sbin/pxe etc/pxe.conf.sample -NO_STAGE= yes -.include +OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e 's|/tmp/pxe.pid|/var/run/pxe.pid|' ${WRKSRC}/autoconf.h.in + ${REINPLACE_CMD} -e 's|/tmp/pxe.pid|/var/run/pxe.pid|' \ + ${WRKSRC}/autoconf.h.in do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pxe ${PREFIX}/sbin/ - ${INSTALL_DATA} ${WRKSRC}/pxe.conf ${PREFIX}/etc/pxe.conf.sample -.if !defined(NOPORTDOCS) - @${INSTALL} -d -m 0755 ${DOCSDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ + ${INSTALL_PROGRAM} ${WRKSRC}/pxe ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_DATA} ${WRKSRC}/pxe.conf \ + ${STAGEDIR}${PREFIX}/etc/pxe.conf.sample + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor -.endif -post-install: - ${CAT} ${PKGMESSAGE} - -.include +.include