diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-21 14:11:02 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-21 14:11:02 +0800 |
commit | 247ce61c789b08ac9130755d1b3cd3b477189ebe (patch) | |
tree | 2ec66b41b9e6f6952a333433b58b12b4504f75a4 /databases/courier-authlib-pgsql | |
parent | 94363b8c4c1448320f870fd020a8379f92bb114a (diff) | |
download | freebsd-ports-gnome-247ce61c789b08ac9130755d1b3cd3b477189ebe.tar.gz freebsd-ports-gnome-247ce61c789b08ac9130755d1b3cd3b477189ebe.tar.zst freebsd-ports-gnome-247ce61c789b08ac9130755d1b3cd3b477189ebe.zip |
don't sed ${WRKSRC}/Makefile.in twice
Noted By: Atanas <atanas@aplus.net>
Diffstat (limited to 'databases/courier-authlib-pgsql')
-rw-r--r-- | databases/courier-authlib-pgsql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/courier-authlib-pgsql/Makefile b/databases/courier-authlib-pgsql/Makefile index fbea8f3245a3..71952f4da9b4 100644 --- a/databases/courier-authlib-pgsql/Makefile +++ b/databases/courier-authlib-pgsql/Makefile @@ -119,8 +119,8 @@ post-patch: @${REINPLACE_CMD} -e 's|$$VPOPMAILLIBS|& -lcrypt|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|%%INSTALL_MAN%%|${INSTALL_MAN}|' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in \ - ${WRKSRC}/liblog/Makefile.in ${WRKSRC}/userdb/Makefile.in + ${WRKSRC}/Makefile.in ${WRKSRC}/liblog/Makefile.in \ + ${WRKSRC}/userdb/Makefile.in @${REINPLACE_CMD} -e 's|DEFAULTOPTIONS=""|DEFAULTOPTIONS="wbnodsn=1"|' \ ${WRKSRC}/authdaemonrc.in |