aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-03-17 19:31:55 +0800
committerrobak <robak@FreeBSD.org>2015-03-17 19:31:55 +0800
commit1b5ec7ee1b75c887d2f1392f9b2350bd202b6997 (patch)
tree2643252bfb9c9042b52beadda7a715b984da4fe9 /shells
parentf890f8e717d4a1e0d8bae3978239effe129a2ed1 (diff)
downloadfreebsd-ports-gnome-1b5ec7ee1b75c887d2f1392f9b2350bd202b6997.tar.gz
freebsd-ports-gnome-1b5ec7ee1b75c887d2f1392f9b2350bd202b6997.tar.zst
freebsd-ports-gnome-1b5ec7ee1b75c887d2f1392f9b2350bd202b6997.zip
shells/fish: add CPE information
- Maintainer's timeout (freebsd.users@gmail.com) PR: 197413 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'shells')
-rw-r--r--shells/fish/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile
index 06f5f748f88a..cf51f40db523 100644
--- a/shells/fish/Makefile
+++ b/shells/fish/Makefile
@@ -12,9 +12,11 @@ COMMENT= User friendly command line shell
LICENSE= GPLv2
-USES= gmake iconv
+USES= cpe gmake iconv
USE_AUTOTOOLS= autoconf
+CPE_VENDOR= fishshell
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -pthread ${ICONV_LIB}