Makefile/man page problem
Marc Spitzer
mspitzer at gmail.com
Mon May 19 07:23:50 UTC 2008
Hello,
I am having a problem with installing/deinstalling man pages of a port
I am working on, atf if interested. They are not being compressed on
install and when I denistall the port I get error messages as follows:
pkg_delete: file '/var/tmp/atf/man/man3/atf-c++/atf-c++-api.3.gz' doesn't exist
pkg_delete: file '/var/tmp/atf/man/man3/atf-c/atf-c-api.3.gz' doesn't exist
pkg_delete: file '/var/tmp/atf/man/man3/atf-sh/atf-sh-api.3.gz' doesn't exist
pkg_delete: file '/var/tmp/atf/man/man4/doc/atf-test-case.4.gz' doesn't exist
pkg_delete: couldn't entirely delete package (perhaps the packing list is
now the files are in the right place, including atf-test-case.4, but
they are not compressed. The prefix I am using for testing is
/var/tmp/atf btw. And this is on 8.0.
Here is my Makefile:
bob# more Makefile
# New ports collection makefile for: ATF
# Date created: 12 May 2008
# Whom: Marc Spitzer <XXXXXXX at gmail.com>
#
# $FreeBSD$
#
PORTNAME= atf
PORTVERSION= 0.5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/jmmv/atf/0.5/
MAINTAINER= mspitzer at gmail.com
COMMENT=The ATF unit testing framework, C, C++ and Posix Shell bindings
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_AUTOTOOLS= autoconf:261
MAN1= tools/atf-format.1 tools/atf-compile.1 tools/atf-cleanup.1
tools/atf-run.1 \
tools/atf-config.1 tools/atf-version.1 tools/atf-killpg.1
tools/atf-report.1 \
tools/atf-exec.1 doc/atf-test-program.1
MAN3= atf-c++/atf-c++-api.3 atf-c/atf-c-api.3 atf-sh/atf-sh-api.3
MAN4= doc/atf-test-case.4
MANCOMPRESSED=yes
.include <bsd.port.mk>
bob#
Thanks for the help,
marc
--
Freedom is nothing but a chance to be better.
Albert Camus
More information about the freebsd-ports
mailing list