mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
31 lines
600 B
Makefile
31 lines
600 B
Makefile
# New ports collection makefile for: rlytest
|
|
# Date created: 16 January 1999
|
|
# Whom: Paul Chvostek <paul@it.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rlytest
|
|
PORTVERSION= 1.20
|
|
CATEGORIES= mail security
|
|
MASTER_SITES= http://www.unicom.com/sw/rlytest/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX=
|
|
|
|
MAINTAINER= paul@it.ca
|
|
|
|
USE_PERL5= yes
|
|
EXTRACT_ONLY= # defined
|
|
NO_BUILD=
|
|
|
|
pre-patch:
|
|
perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DISTFILES} > ${WRKDIR}/rlytest
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/rlytest ${PREFIX}/bin/rlytest
|
|
|
|
post-install:
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|