diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-28 11:41:03 +0800 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-28 11:41:03 +0800 |
commit | d46f33bfea0dafc75fe140dabe16c92fb29defe0 (patch) | |
tree | 24b35d19653637704cd7a5f45480cd3e21cb6056 /textproc/html2text | |
parent | 078601383d00a250c8565b9765342009cdc2de5f (diff) | |
download | freebsd-ports-gnome-d46f33bfea0dafc75fe140dabe16c92fb29defe0.tar.gz freebsd-ports-gnome-d46f33bfea0dafc75fe140dabe16c92fb29defe0.tar.zst freebsd-ports-gnome-d46f33bfea0dafc75fe140dabe16c92fb29defe0.zip |
Convert to staging.
Diffstat (limited to 'textproc/html2text')
-rw-r--r-- | textproc/html2text/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile index 2f76c90ebf3d..f55329a658d9 100644 --- a/textproc/html2text/Makefile +++ b/textproc/html2text/Makefile @@ -15,17 +15,13 @@ LICENSE= GPLv2 HAS_CONFIGURE= yes -MANCOMPRESSED= yes -MAN1= html2text.1 -MAN5= html2textrc.5 PORTDOCS= CHANGES CREDITS KNOWN_BUGS README TODO -PLIST_FILES= bin/html2text +PLIST_FILES= bin/html2text man/man1/html2text.1.gz man/man5/html2textrc.5.gz CONFLICTS= py27-html2text-[0-9]* PORTSCOUT= skipb:0 skipv:1.3.2 -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -39,13 +35,13 @@ post-patch: .endfor do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/html2text ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/html2text.1.gz ${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/html2textrc.5.gz ${MANPREFIX}/man/man5 + ${INSTALL_PROGRAM} ${WRKSRC}/html2text ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/html2text.1.gz ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/html2textrc.5.gz ${STAGEDIR}${MANPREFIX}/man/man5 .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for fle in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${fle} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${fle} ${STAGEDIR}${DOCSDIR} .endfor .endif |