diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2014-12-14 16:33:25 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2014-12-14 16:33:25 +0000 |
commit | 4e0eed78e43c7f81b8b73fcc3ba1f6a59e7a584b (patch) | |
tree | a294e43e3906f7a1dfff48c716856f7a4c988aa7 /print/texlive-base/Makefile | |
parent | Unbreak (diff) |
- Move kpse* scripts from texlive-base to tex-kpathsea.
- Use install-strip target.
Notes
Notes:
svn path=/head/; revision=374714
Diffstat (limited to 'print/texlive-base/Makefile')
-rw-r--r-- | print/texlive-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index c31b645a604e..39d5f2a3faf9 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20140525 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ PKGNAMESUFFIX= -base @@ -114,6 +114,7 @@ CFLAGS+= -I${LOCALBASE}/include \ -I${LOCALBASE}/include/kpathsea \ -I${LOCALBASE}/include/ptexenc PLIST_SUB= INSTALL_DATA="${INSTALL_DATA}" +INSTALL_TARGET= install-strip SHEBANG_FILES= texk/texlive/linked_scripts/a2ping/a2ping.pl \ texk/texlive/linked_scripts/accfonts/mkt1font \ |