diff options
author | adamw <adamw@FreeBSD.org> | 2013-12-09 03:07:50 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2013-12-09 03:07:50 +0800 |
commit | 7548d6ce39de4ef3c5a688b0a301dfa419495e6b (patch) | |
tree | 7e72f2bdb59219a7f563062ca09ef48f7cb3bfb6 /mail/squirrelmail-websearch-plugin | |
parent | 96b01ae44f1c727d7f936caf73781cf76ab1cd24 (diff) | |
download | freebsd-ports-gnome-7548d6ce39de4ef3c5a688b0a301dfa419495e6b.tar.gz freebsd-ports-gnome-7548d6ce39de4ef3c5a688b0a301dfa419495e6b.tar.zst freebsd-ports-gnome-7548d6ce39de4ef3c5a688b0a301dfa419495e6b.zip |
Instead of forcing a new name everywhere else, just set PORTNAME
to the actual name.
PORTREVISION bump also for the prior pkg-plist modification as the
sample config filename changed.
Diffstat (limited to 'mail/squirrelmail-websearch-plugin')
-rw-r--r-- | mail/squirrelmail-websearch-plugin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/squirrelmail-websearch-plugin/Makefile b/mail/squirrelmail-websearch-plugin/Makefile index 82f2f25a5af9..2fd30485a354 100644 --- a/mail/squirrelmail-websearch-plugin/Makefile +++ b/mail/squirrelmail-websearch-plugin/Makefile @@ -1,10 +1,9 @@ # Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -PORTNAME= websearch +PORTNAME= web_search PORTVERSION= 0.1.6 -PORTREVISION= 1 -DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION} +PORTREVISION= 2 MAINTAINER= ports@FreeBSD.org COMMENT= Plugin for Websearch @@ -14,7 +13,6 @@ LICENSE= GPLv2 USE_SM_COMPAT= yes USE_GENERIC_PKGMESSAGE= yes -SQUIRREL_PLUGIN_NAME= web_search SQUIRREL_PLUGIN_CONFIG= ${SQUIRREL_PLUGIN_NAME}.conf.php NO_STAGE= yes |