diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-07-07 18:55:02 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-07-07 18:55:02 +0000 |
commit | 1440cbea85ab4bcfd52bdc3a2545d0ef57dc942f (patch) | |
tree | 08c30f409483ece9da25d89a49be35170df810f7 /devel/shtool/Makefile | |
parent | b009ce35a373479cb65d9286cbf464e7697b3323 (diff) | |
download | ports-1440cbea85ab4bcfd52bdc3a2545d0ef57dc942f.tar.gz ports-1440cbea85ab4bcfd52bdc3a2545d0ef57dc942f.zip |
Notes
Diffstat (limited to 'devel/shtool/Makefile')
-rw-r--r-- | devel/shtool/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/shtool/Makefile b/devel/shtool/Makefile index 660d7317bdba..636dd8c5f1d2 100644 --- a/devel/shtool/Makefile +++ b/devel/shtool/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: shtool -# Version required: 1.3.3 +# Version required: 1.4.1 # Date created: 26-Apr-1999 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.9 1999/06/25 20:13:35 rse Exp $ +# $Id: Makefile,v 1.10 1999/07/01 12:08:12 rse Exp $ # -DISTNAME= shtool-1.3.3 +DISTNAME= shtool-1.4.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= shtool @@ -15,8 +15,8 @@ MAINTAINER= rse@engelschall.com USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ARGS= --prefix=${PREFIX} --enable-batch -MAN1= shtool.1 +MAN1= shtool.1 shtoolize.1 .include <bsd.port.mk> |