aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-03-17 19:31:55 +0800
committerBartek Rutkowski <robak@FreeBSD.org>2015-03-17 19:31:55 +0800
commit9223e9b484383faef8c45d7589ac0d6b4ca4812e (patch)
tree2643252bfb9c9042b52beadda7a715b984da4fe9
parenta1f4632d9ec3739f6f0173a65222997f3461a997 (diff)
downloadfreebsd-ports-gnome-9223e9b484383faef8c45d7589ac0d6b4ca4812e.tar.gz
freebsd-ports-gnome-9223e9b484383faef8c45d7589ac0d6b4ca4812e.tar.zst
freebsd-ports-gnome-9223e9b484383faef8c45d7589ac0d6b4ca4812e.zip
shells/fish: add CPE information
- Maintainer's timeout (freebsd.users@gmail.com) PR: 197413 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
-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}