[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / a2ps

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/print/a2ps/Makefile between version 1.8 and 1.9

version 1.8, 1998/04/20 11:56:32 version 1.9, 1998/05/08 16:20:43
Line 18  CONFIGURE_ENV+=  LPR=lpr
Line 18  CONFIGURE_ENV+=  LPR=lpr
   
 ALL_TARGET=     all PAPERSIZE=${PAPERSIZE}  ALL_TARGET=     all PAPERSIZE=${PAPERSIZE}
   
   PAPERSIZE?=     A4
   
 pre-build:  pre-build:
         ${TOUCH} ${WRKSRC}/doc/*.info          ${TOUCH} ${WRKSRC}/doc/*.info
         ${TOUCH} ${WRKSRC}/doc/*.dvi          ${TOUCH} ${WRKSRC}/doc/*.dvi
Line 27  pre-configure:
Line 29  pre-configure:
         XA4|XLetter|XLetterdj)                                          \          XA4|XLetter|XLetterdj)                                          \
                 goodsize=yes;                                           \                  goodsize=yes;                                           \
                 ;;                                                      \                  ;;                                                      \
         X"")                                                            \  
                 goodsize=no;                                            \  
                 ${ECHO} "PAPERSIZE not specified.";                     \  
                 ;;                                                      \  
         *)                                                              \          *)                                                              \
                 goodsize=no;                                            \                  goodsize=no;                                            \
                 ${ECHO} "PAPERSIZE incorrect value: ${PAPERSIZE}.";     \                  ${ECHO} "PAPERSIZE incorrect value: ${PAPERSIZE}.";     \

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>