mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -1780,6 +1780,7 @@
|
||||||
SUBDIR += trac-down
|
SUBDIR += trac-down
|
||||||
SUBDIR += trac-downloads
|
SUBDIR += trac-downloads
|
||||||
SUBDIR += trac-email2trac
|
SUBDIR += trac-email2trac
|
||||||
|
SUBDIR += trac-email2trac-postfix
|
||||||
SUBDIR += trac-estimator
|
SUBDIR += trac-estimator
|
||||||
SUBDIR += trac-fivestarvote
|
SUBDIR += trac-fivestarvote
|
||||||
SUBDIR += trac-fullblog
|
SUBDIR += trac-fullblog
|
||||||
|
|
14
www/trac-email2trac-postfix/Makefile
Normal file
14
www/trac-email2trac-postfix/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue