diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 03:54:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 03:54:05 +0800 |
commit | e6e39bcff7ef689a648665df6a217912d00deffc (patch) | |
tree | 8746bc4674b69dde4ffe5c10ac2c9626d2e61e7b /www/formication | |
parent | 82d4bdf9b6099e819c0c52bcae3ff72b37c0df4c (diff) | |
download | freebsd-ports-gnome-e6e39bcff7ef689a648665df6a217912d00deffc.tar.gz freebsd-ports-gnome-e6e39bcff7ef689a648665df6a217912d00deffc.tar.zst freebsd-ports-gnome-e6e39bcff7ef689a648665df6a217912d00deffc.zip |
cleanup plist
Diffstat (limited to 'www/formication')
-rw-r--r-- | www/formication/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/formication/Makefile b/www/formication/Makefile index 9377972299df..83c52f4ec644 100644 --- a/www/formication/Makefile +++ b/www/formication/Makefile @@ -23,10 +23,6 @@ SUB_FILES+= pkg-message OPTIONS_DEFINE= DOCS -.include <bsd.port.pre.mk> - -PLIST_DIRSTRY= www/cgi-bin - post-patch: @${REINPLACE_CMD} -e "s,^#!/usr/local/bin/perl,#!${PERL},g" \ -e "s,authorized_uid = 1031;,authorized_uid = ${WWWOWN};,g" \ @@ -40,7 +36,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/ . endfor -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |