Add a postfix specific slaveport for trac-email2trac to simplify the

lives of pkg using postfix users.

Requested by:   bz
Feature safe:	yes
This commit is contained in:
Brooks Davis 2011-11-22 22:27:48 +00:00
parent 4387c2d917
commit cb26dac26f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286261
2 changed files with 15 additions and 0 deletions

View file

@ -1780,6 +1780,7 @@
SUBDIR += trac-down
SUBDIR += trac-downloads
SUBDIR += trac-email2trac
SUBDIR += trac-email2trac-postfix
SUBDIR += trac-estimator
SUBDIR += trac-fivestarvote
SUBDIR += trac-fullblog

View file

@ -0,0 +1,14 @@
# New ports collection makefile for: trac-email2trac-postfix
# Date created: 21 Nov 2011
# Whom: Brooks Davis <brooks@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -postfix
WITH_POSTFIX= yes
MASTERDIR= ${.CURDIR}/../trac-email2trac
.include "${MASTERDIR}/Makefile"