diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-26 14:55:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-26 14:55:09 +0000 |
commit | 253fba7168771610ac331868dd33594c61fad982 (patch) | |
tree | c4116de57769a028a2bf18458aecea4502f40185 /print/texinfo | |
parent | 53b902d3f12bdb44978a234ada6b18753f2219b4 (diff) | |
download | ports-253fba7168771610ac331868dd33594c61fad982.tar.gz ports-253fba7168771610ac331868dd33594c61fad982.zip |
Notes
Diffstat (limited to 'print/texinfo')
-rw-r--r-- | print/texinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 9f5787c6b4a5..71a671582f61 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -7,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= print MASTER_SITES= GNU \ LOCAL/sunpoet/${DIST_SUBDIR}:DEFAULT,local -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texi2dvi:local texinfo.tex:local +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf:local texi2dvi:local texinfo.tex:local DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |