Index: head/graphics/libpcd/Makefile =================================================================== --- head/graphics/libpcd/Makefile (revision 461125) +++ head/graphics/libpcd/Makefile (revision 461126) @@ -1,24 +1,24 @@ # Created by: Andrey Slusar # $FreeBSD$ PORTNAME= libpcd PORTVERSION= 1.0.1 CATEGORIES= graphics MASTER_SITES= http://www.kraxel.org/releases/libpcd/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for reading PhotoCD images LICENSE= GPLv2+ WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} USES= gmake MAKEFILE= GNUmakefile USE_LDCONFIG= yes post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpcd.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpcd.so .include Index: head/graphics/libpcd/files/patch-GNUmakefile =================================================================== --- head/graphics/libpcd/files/patch-GNUmakefile (revision 461125) +++ head/graphics/libpcd/files/patch-GNUmakefile (revision 461126) @@ -1,16 +1,16 @@ ---- GNUmakefile.old Mon Aug 23 21:10:15 2004 -+++ GNUmakefile Mon Aug 23 21:10:38 2004 +--- GNUmakefile.orig 2003-07-22 09:52:46 UTC ++++ GNUmakefile @@ -1,11 +1,11 @@ DESTDIR := -prefix := /usr/local +prefix := $(PREFIX) incdir := $(DESTDIR)$(prefix)/include libdir := $(DESTDIR)$(prefix)/lib -CC := gcc +CC ?= gcc WARN := -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith CFLAGS ?= -g -O2 CFLAGS += $(WARN) Index: head/graphics/libpcd/pkg-descr =================================================================== --- head/graphics/libpcd/pkg-descr (revision 461125) +++ head/graphics/libpcd/pkg-descr (revision 461126) @@ -1,5 +1,5 @@ This is a tiny library for decoding PhotoCD images. Its not exactly new, it exists for years. I've just released it separately for the first time now. It used to come bundled with xpcd. -WWW: http://www.kraxel.org/blog/linux/libpcd/ +WWW: https://www.kraxel.org/blog/linux/libpcd/