Handrolled configure script -- don't use CONFIGURE_STYLE=gnu.
From Brad. ok sthen@
This commit is contained in:
parent
d105450ef7
commit
8447198608
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2011/05/11 07:45:53 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2011/06/01 23:40:21 kili Exp $
|
||||
|
||||
COMMENT= filter to print a wide range of file formats
|
||||
|
||||
@ -8,7 +8,7 @@ CATEGORIES= print
|
||||
|
||||
HOMEPAGE= http://www.apsfilter.org/
|
||||
|
||||
# GPL license
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -16,10 +16,12 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.apsfilter.org/download/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-shell=/bin/sh \
|
||||
CONFIGURE_STYLE= simple
|
||||
CONFIGURE_ARGS+= --prefix='${PREFIX}' \
|
||||
--sysconfdir='${SYSCONFDIR}' \
|
||||
--with-shell=/bin/sh \
|
||||
--with-awk=/usr/bin/awk
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF= Yes
|
||||
|
||||
RUN_DEPENDS= print/a2ps \
|
||||
print/psutils
|
||||
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2006/07/17 19:27:54 espie Exp $
|
||||
--- configure.orig Mon Jul 17 21:21:33 2006
|
||||
+++ configure Mon Jul 17 21:22:12 2006
|
||||
@@ -54,6 +54,9 @@ for option in "$@"; do
|
||||
--docdir=*) docdir="$optarg" ;;
|
||||
--docdir) shift; docdir="$1" ;;
|
||||
|
||||
+ --infodir=*) infodir="$optarg" ;;
|
||||
+ --infodir) shift; infodir="$1" ;;
|
||||
+
|
||||
--with-shell=*) with_shell="$optarg" ;;
|
||||
--with-shell) shift; with_shell="$1" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user