diff options
author | robak <robak@FreeBSD.org> | 2015-03-22 06:47:08 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-22 06:47:08 +0800 |
commit | 9167139629893ea7664f3b1cf93141ff1eeb82b4 (patch) | |
tree | 8b87a1ae5c0bdbb33a62c1f5fa1b0e9ec38290dd /textproc | |
parent | 381e813b5bd7973aec3643bc3e2ef71f5315088d (diff) | |
download | freebsd-ports-gnome-9167139629893ea7664f3b1cf93141ff1eeb82b4.tar.gz freebsd-ports-gnome-9167139629893ea7664f3b1cf93141ff1eeb82b4.tar.zst freebsd-ports-gnome-9167139629893ea7664f3b1cf93141ff1eeb82b4.zip |
textproc/aspell: add CPE information
PR: 198187
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: bapt (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 5cbd117b1b60..7755a0ff40f2 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -21,9 +21,10 @@ CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-curses=ncursesw \ --enable-static -USES= gmake iconv libtool perl5 shebangfix +USES= cpe gmake iconv libtool perl5 shebangfix USE_LDCONFIG= yes SHEBANG_FILES= scripts/aspell-import +CPE_VENDOR= gnu INSTALL_TARGET= install-strip VERINST= ${PORTVERSION:R:R} |