diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-24 04:13:09 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-24 04:13:09 +0000 |
commit | 5f8eb67e3760459c0834c08f36d9e502d3388e3a (patch) | |
tree | b0094c17ab958c91c23c0e89d3bb437c5adf6982 /print/psutils-letter/scripts/configure | |
parent | - Add patch to prevent deletion of /dev/null (diff) |
Merge print/psutils-a4 and print/psutils-letter into a single port
print/psutils. The default paper size in the programs can be set via
libpaper ($PAPERSIZE or etc/papersize configuration file).
Diffstat (limited to 'print/psutils-letter/scripts/configure')
-rw-r--r-- | print/psutils-letter/scripts/configure | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/print/psutils-letter/scripts/configure b/print/psutils-letter/scripts/configure deleted file mode 100644 index 34ef84063264..000000000000 --- a/print/psutils-letter/scripts/configure +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -cd $WRKSRC || exit 1 -cp Makefile.unix Makefile -cat >>Makefile<<END -BINDIR = $PREFIX/bin -INCLUDEDIR = $DATADIR -MANDIR =$MANPREFIX/man/man1 -PERL = $PERL5 -CC=${CC} -PAPER=${PAPER} -END -exit 0 |