3c869f1bd4
pkg/13900 by Don Yuniskis <auryn@gci-net.com>. The changes were based on the suggested fix in the PR, but modified to correctly deal with LOCALBASE =/= "/usr/pkg" case.
21 lines
536 B
Makefile
21 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.8 2001/09/14 18:47:16 jlam Exp $
|
|
|
|
DISTNAME= freeze-2.5
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/archive/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
COMMENT= FREEZE / MELT compression program - often used in QNX
|
|
|
|
USE_BUILDLINK_ONLY= yes
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= prog
|
|
|
|
post-patch:
|
|
cd ${WRKSRC}; for file in *.1; do \
|
|
${SED} -e "s|@PREFIX@|${PREFIX}|g" \
|
|
$${file} > $${file}.fixed; \
|
|
${MV} -f $${file}.fixed $${file}; \
|
|
done
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|