diff options
author | asami <asami@FreeBSD.org> | 1997-11-10 11:28:34 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-10 11:28:34 +0000 |
commit | 67e58de3da969da1a2665a9932be78454e99c314 (patch) | |
tree | 2df04340465c96728f13c33173d8a7450b5479f6 /korean/nh2ps/Makefile | |
parent | 9992d9664e830f8bd25f7663a50489f791369f56 (diff) | |
download | FreeBSD-ports-67e58de3da969da1a2665a9932be78454e99c314.zip FreeBSD-ports-67e58de3da969da1a2665a9932be78454e99c314.tar.gz |
Define MANUAL_PACKAGE_BUILD; PAPERSIZE needs to be defined.
Diffstat (limited to 'korean/nh2ps/Makefile')
-rw-r--r-- | korean/nh2ps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/nh2ps/Makefile b/korean/nh2ps/Makefile index 667df43..21fc9c78 100644 --- a/korean/nh2ps/Makefile +++ b/korean/nh2ps/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Apr 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.2 1997/06/05 00:06:32 asami Exp $ +# $Id: Makefile,v 1.3 1997/09/22 16:22:09 max Exp $ # DISTNAME= nh2ps-1.0p1 @@ -16,6 +16,7 @@ MAINTAINER= junker@jazz.snu.ac.kr # it depends on HLaTeX-0.95(ps) fonts RUN_DEPENDS= ${PREFIX}/share/fonts/HLaTeX-0.95-pfb:${PORTSDIR}/korean/hlatexpsfonts +MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4 MAKE_FLAGS?= WIDTH=${WIDTH} HEIGHT=${HEIGHT} A4_PAPERSIZE=${A4_PAPERSIZE} -f MAN1= nh2ps.1 |