diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-11-01 10:45:37 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-11-01 10:45:37 +0000 |
commit | f5ebbc7ea5c985fa94525b315b73fd2f0f24fe3f (patch) | |
tree | 37a96c6282d6f9ed90becff6d8cd6b6639350a4e /mail/tpop3d | |
parent | bbb20a49f4b4cdbf8e82db48d8f5409b114e2e88 (diff) | |
download | ports-f5ebbc7ea5c985fa94525b315b73fd2f0f24fe3f.tar.gz ports-f5ebbc7ea5c985fa94525b315b73fd2f0f24fe3f.zip |
Notes
Diffstat (limited to 'mail/tpop3d')
-rw-r--r-- | mail/tpop3d/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index 44230c87b293..fedb0cdc9c4f 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/ MAINTAINER= chris@shagged.org COMMENT= Virtual-domain capable POP3 server supporting MySQL auth +USE_REINPLACE= yes + # mysql authentication .if !defined(WITHOUT_MYSQL) USE_MYSQL= yes @@ -54,9 +56,9 @@ MAN5= tpop3d.conf.5 MAN8= tpop3d.8 post-patch: - @${PERL} -pi -e 's,^CFLAGS =, CFLAGS = \@CFLAGS\@,' \ + @${REINPLACE_CMD} 's,^CFLAGS =, CFLAGS = \@CFLAGS\@,' \ ${WRKSRC}/Makefile.in - @${PERL} -pi -e 's,/etc/tpop3d,${PREFIX}/etc/tpop3d,g' \ + @${REINPLACE_CMD} 's,/etc/tpop3d,${PREFIX}/etc/tpop3d,g' \ ${WRKSRC}/tpop3d.conf.5 ${WRKSRC}/tpop3d.8 post-install: |