diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
commit | 82b679ce0eda354c7afa8f93fa7ac4557d3d14fb (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/latex-mathabx/Makefile | |
parent | 88a427743818e5beaf3469612941ef241fff5bc0 (diff) | |
download | FreeBSD-ports-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.zip FreeBSD-ports-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
Diffstat (limited to 'print/latex-mathabx/Makefile')
-rw-r--r-- | print/latex-mathabx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/latex-mathabx/Makefile b/print/latex-mathabx/Makefile index f5e76be..126d45b 100644 --- a/print/latex-mathabx/Makefile +++ b/print/latex-mathabx/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-mathabx -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-mathabx @@ -59,6 +56,7 @@ TYPE1_FILES= matha10.pfb matha12.pfb matha5.pfb matha6.pfb matha7.pfb \ DVIPSDIR= ${TEXMFLOCALDIR}/fonts/map/dvips/mathabx DVIPS_FILES= mathabx.map +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${CLASSDIR} ${INSTALL_DATA} ${WRKSRC}/mathtest.tex\ |