From 8867b3b7c81edf28a4438af1f84e22186a09e620 Mon Sep 17 00:00:00 2001 From: max Date: Sun, 8 Dec 1996 22:57:34 +0000 Subject: Upgrade, 1.3 -> 1.3.1. New version has its own configure script and honors the PREFIX. So we no longer need to patch config.mk. --- devel/cutils/Makefile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'devel/cutils/Makefile') diff --git a/devel/cutils/Makefile b/devel/cutils/Makefile index 83fe6812b505..950479ea4382 100644 --- a/devel/cutils/Makefile +++ b/devel/cutils/Makefile @@ -1,21 +1,23 @@ -# Port for: cutils -# Version required: FreeBSD-2.1.5 -# Date created: 26 November 1996 -# Whom: Sandro Sigala +# New ports collection makefile for: cutils +# Version required: 1.3.1 +# Date created: 26 November 1996 +# Whom: Sandro Sigala # # $Id$ # -DISTNAME= cutils-1.3 +DISTNAME= cutils-1.3.1 +PKGNAME= cutils-1.3.1 CATEGORIES= devel -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ -DISTFILES= cutils-1.3.tar.gz +MASTER_SITES= ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= ssigala@globalnet.it +HAS_CONFIGURE= yes + post-install: .if defined(NOMANCOMPRESS) - (cd ${PREFIX} ; \ + @(cd ${PREFIX} ; \ gunzip -f `grep man ${PKGDIR}/PLIST` ) .endif -- cgit