1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/converters/fconv/Makefile
Ion-Mihai Tetcu 43b218720c Fix install with custom PREFIX.
Submitted by:	Sahil Tandon
Approved by:	portmgr (itetcu@)
No cookie for:	maintainer (cris@); the fix should be imported upstrem.
2009-06-14 18:52:15 +00:00

25 lines
523 B
Makefile

# New ports collection makefile for: fconv
# Date created: 21 April 1999
# Whom: Chris Costello <chris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fconv
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= chris
MAINTAINER= chris@FreeBSD.org
COMMENT= Converts DOS or Mac-style files to Unix format, and vice-versa
MAKE_ENV+= INSTALLDIR=${PREFIX}/bin
post-extract:
@${REINPLACE_CMD} "s|^INSTALLDIR.*=|INSTALLDIR?=|" \
${WRKSRC}/Makefile
.include <bsd.port.mk>