diff options
author | asami <asami@FreeBSD.org> | 1996-12-11 12:04:23 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-11 12:04:23 +0000 |
commit | 500af5db862182ab097f71e4f31f01032fc22a53 (patch) | |
tree | dec6ef19128ce6fb3e16aa56561b6e61750ad166 | |
parent | 326ef7deb96579542e88835a4773c1dc9c14f762 (diff) | |
download | FreeBSD-ports-500af5db862182ab097f71e4f31f01032fc22a53.zip FreeBSD-ports-500af5db862182ab097f71e4f31f01032fc22a53.tar.gz |
Oops, forgot these two. Update to use new features in bsd.port.mk 1.237.
-rw-r--r-- | databases/p5-Msql/Makefile | 11 | ||||
-rw-r--r-- | devel/cutils/Makefile | 13 |
2 files changed, 8 insertions, 16 deletions
diff --git a/databases/p5-Msql/Makefile b/databases/p5-Msql/Makefile index c92b8bb..ca8160b 100644 --- a/databases/p5-Msql/Makefile +++ b/databases/p5-Msql/Makefile @@ -3,7 +3,7 @@ # Date created: September 29th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/11/17 03:18:38 obrien Exp $ +# $Id: Makefile,v 1.5 1996/11/19 13:42:26 asami Exp $ # DISTNAME= MsqlPerl-1.11 @@ -19,15 +19,10 @@ BUILD_DEPENDS= ${PREFIX}/Minerva/lib/libmsql.a:${PORTSDIR}/databases/msql \ RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 MAN1= pmsql.1 +MAN3= Msql.3 +MAN3PREFIX= ${PREFIX}/lib/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL -post-install: -.if !defined(NOMANCOMPRESS) - @ for file in ${PREFIX}/lib/perl5/man/man3/Msql.3; do \ - gzip -9nf $$file; \ - done -.endif - .include <bsd.port.mk> diff --git a/devel/cutils/Makefile b/devel/cutils/Makefile index 950479e..3b7ad67 100644 --- a/devel/cutils/Makefile +++ b/devel/cutils/Makefile @@ -3,22 +3,19 @@ # Date created: 26 November 1996 # Whom: Sandro Sigala # -# $Id$ +# $Id: Makefile,v 1.2 1996/12/08 22:57:33 max Exp $ # DISTNAME= cutils-1.3.1 -PKGNAME= cutils-1.3.1 CATEGORIES= devel MASTER_SITES= ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= ssigala@globalnet.it HAS_CONFIGURE= yes - -post-install: -.if defined(NOMANCOMPRESS) - @(cd ${PREFIX} ; \ - gunzip -f `grep man ${PKGDIR}/PLIST` ) -.endif +MANCOMPRESSED= yes +MAN1= cdecl.1 cundecl.1 chilight.1 cinfo.1 cinfoc.1 cinfodc.1 \ + cobfusc.1 yyextract.1 yyref.1 +MAN5= cinfodb.5 .include <bsd.port.mk> |