1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Oops, forgot these two. Update to use new features in bsd.port.mk 1.237.

This commit is contained in:
Satoshi Asami 1996-12-11 12:04:23 +00:00
parent 6a00dcc27c
commit 50e355828a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4926
2 changed files with 8 additions and 16 deletions

View File

@ -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>

View File

@ -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>