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.
This commit is contained in:
parent
204acb24b8
commit
c1d881f9bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335923
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue