diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-03-12 08:48:57 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-03-12 08:48:57 +0000 |
commit | 4cb73ebe43017f6c2415a74f4a514b589a83cf96 (patch) | |
tree | 1b8a2fd133eca4fc11d1028d13648b14385aea7f | |
parent | - Update to 4.0 (diff) |
Fix plist when WITH_PERL is defined.
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=130965
-rw-r--r-- | ftp/wzdftpd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 62faf4d71453..89cf537106ca 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -91,6 +91,9 @@ PORTDOCS= AUTHORS Permissions.ReadMeFirst README TLS.ReadMeFirst ChangeLog RC_SCRIPTS_SUB= PREFIX=${PREFIX} \ RC_SUBR=${RC_SUBR} +post-patch: + @${REINPLACE_CMD} -e "s|@HAVE_PERL_TRUE@|#|g" ${WRKSRC}/Makefile.in + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |