aboutsummaryrefslogtreecommitdiff
path: root/shells/fish
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-03-17 11:31:55 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-03-17 11:31:55 +0000
commit9223e9b484383faef8c45d7589ac0d6b4ca4812e (patch)
tree2643252bfb9c9042b52beadda7a715b984da4fe9 /shells/fish
parenta1f4632d9ec3739f6f0173a65222997f3461a997 (diff)
downloadports-9223e9b484383faef8c45d7589ac0d6b4ca4812e.tar.gz
ports-9223e9b484383faef8c45d7589ac0d6b4ca4812e.zip
shells/fish: add CPE information
- Maintainer's timeout (freebsd.users@gmail.com) PR: 197413 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Notes
Notes: svn path=/head/; revision=381486
Diffstat (limited to 'shells/fish')
-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}