diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-18 07:57:31 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-18 07:57:31 +0000 |
commit | 142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42 (patch) | |
tree | 3b34a790743d501df42bd56a9dd54de3486de358 /archivers/mtf/Makefile | |
parent | d233d23153a79abe3de1d8486176c4d98ab09947 (diff) | |
download | ports-142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42.tar.gz ports-142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42.zip |
Notes
Diffstat (limited to 'archivers/mtf/Makefile')
-rw-r--r-- | archivers/mtf/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/archivers/mtf/Makefile b/archivers/mtf/Makefile index 75dc8f8eae73..7ad1bf09e5f3 100644 --- a/archivers/mtf/Makefile +++ b/archivers/mtf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mtf -# Date created: 29 January 2002 -# Whom: Philippe Casidy <pcasidy@casidy.com> -# +# Created by: Philippe Casidy <pcasidy@casidy.com> # $FreeBSD$ -# PORTNAME= mtf PORTVERSION= 0.2.1 @@ -14,7 +10,7 @@ MASTER_SITE_SUBDIR= system/backup EXTRACT_SUFX= .tgz MAINTAINER= sylvio@FreeBSD.org -COMMENT= A Unix reader for the Microsoft Tape Format used by NT Backup +COMMENT= Unix reader for the Microsoft Tape Format used by NT Backup LICENSE= GPLv2 @@ -23,9 +19,8 @@ PLIST_FILES= bin/mtf PORTDOCS= README post-patch: - @${REINPLACE_CMD} -e "s|CC=|CC?=|" \ - -e "s|CFLAGS=|CFLAGS?=|" \ - ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s|CC=|CC?=|" -e "s|CFLAGS=|CFLAGS?=|" \ + ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mtf ${PREFIX}/bin |