Index: head/net/scr_ipfm/pkg-message =================================================================== --- head/net/scr_ipfm/pkg-message (revision 366325) +++ head/net/scr_ipfm/pkg-message (nonexistent) @@ -1,3 +0,0 @@ -------------------------------------------------------------------- -You may need to read ${PORTDOCS}/README to configure scr_ipfm -------------------------------------------------------------------- Property changes on: head/net/scr_ipfm/pkg-message ___________________________________________________________________ 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/scr_ipfm/Makefile =================================================================== --- head/net/scr_ipfm/Makefile (revision 366325) +++ head/net/scr_ipfm/Makefile (revision 366326) @@ -1,30 +1,31 @@ # Created by: HSIN-HSIUNG CHANG # $FreeBSD$ PORTNAME= scr_ipfm PORTVERSION= 0.64 CATEGORIES= net MASTER_SITES= SF/scripfm/scripfm/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Use logs generated by ipfm to show data graphically +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + NO_BUILD= yes USE_PHP= yes MYADMDIR?= www/data/scr_ipfm PLIST_SUB= MYADMDIR=${MYADMDIR} +SUB_FILES= pkg-message PORTDOCS= BUGS COPYING ChangeLog README README_pl THANKS TODO +OPTIONS_DEFINE= DOCS -NO_STAGE= yes do-install: - @${MKDIR} ${PREFIX}/${MYADMDIR} - ${CP} -R ${WRKSRC}/[a-z]* ${PREFIX}/${MYADMDIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/${MYADMDIR} + ${CP} -R ${WRKSRC}/[a-z]* ${STAGEDIR}${PREFIX}/${MYADMDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor - @${CAT} ${PKGMESSAGE} -.endif .include Index: head/net/scr_ipfm/files/pkg-message.in =================================================================== --- head/net/scr_ipfm/files/pkg-message.in (nonexistent) +++ head/net/scr_ipfm/files/pkg-message.in (revision 366326) @@ -0,0 +1,3 @@ +------------------------------------------------------------------- +You may need to read %%DOCSDIR%%/README to configure scr_ipfm +------------------------------------------------------------------- Property changes on: head/net/scr_ipfm/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property