Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2007 22:29:45 -0900
From:      "Beech Rintoul" <beech@alaskaparadise.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/108123: [Patch] ftp/proftpd-mysql - Fixed Makefile
Message-ID:  <1169191785.23852@stargate.alaskaparadise.com>
Resent-Message-ID: <200701191740.l0JHeIpt066310@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         108123
>Category:       ports
>Synopsis:       [Patch] ftp/proftpd-mysql - Fixed Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 19 17:40:17 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Beech Rintoul
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Alaska Paradise  
>Environment:


System: FreeBSD 7.0-CURRENT #99: Sun Jan 14 03:29:08 AKST 2007
    root@stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE



>Description:


Fixed Makefile


>How-To-Repeat:





>Fix:


PKGNAMESUFFIX=  -mysqldiff -ruN --exclude=CVS /usr/ports/ftp/proftpd-mysql.orig/Makefile /usr/ports/ftp/proftpd-mysql/Makefile
--- /usr/ports/ftp/proftpd-mysql.orig/Makefile	Mon May 24 16:42:07 2004
+++ /usr/ports/ftp/proftpd-mysql/Makefile	Thu Jan 18 21:37:52 2007
@@ -4,13 +4,16 @@
 #
 # $FreeBSD: ports/ftp/proftpd-mysql/Makefile,v 1.1 2004/05/25 00:42:07 clement Exp $
 
-MAINTAINER=     thomas@goirand.fr
-COMMENT=        Highly configurable ftp daemon with MySQL support
+PORTNAME=	proftpd
 
-PKGNAMESUFFIX=  -mysql
-WITH_MYSQL=     yes
+MAINTAINER=	thomas@goirand.fr
+COMMENT=	Highly configurable ftp daemon with MySQL support
+
+PKGNAMESUFFIX=	-mysql
+
+WITH_MYSQL=	yes
 CONFLICTS=	proftpd-1.*
 
-MASTERDIR=      ${.CURDIR}/../../ftp/proftpd
+MASTERDIR=	${.CURDIR}/../../ftp/proftpd
 
-.include "${MASTERDIR}/Makefile"
+.include	"${MASTERDIR}/Makefile"



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1169191785.23852>