diff options
author | ashish <ashish@FreeBSD.org> | 2015-03-09 17:04:17 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2015-03-09 17:04:17 +0800 |
commit | 2f715e23b982413d6511ba836680ec14a7187c99 (patch) | |
tree | 3081a3fc4b0bc2eb61bca28b448d08743493c15b | |
parent | d7744dddecfe18ff9b685af10ee861bd231c0df6 (diff) | |
download | freebsd-ports-gnome-2f715e23b982413d6511ba836680ec14a7187c99.tar.gz freebsd-ports-gnome-2f715e23b982413d6511ba836680ec14a7187c99.tar.zst freebsd-ports-gnome-2f715e23b982413d6511ba836680ec14a7187c99.zip |
- Add CPE information
PR: 198238
Submitted by: shun <shun.fbsd.pr at dropcut dot net>
-rw-r--r-- | editors/emacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 733b09521345..7b9a1a8e1b4c 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -26,11 +26,12 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* emacs22-[0-9]* emacs23-[0-9]* \ EMACS_VER= 24.4 GNU_CONFIGURE= yes -USES= gmake makeinfo ncurses pkgconfig shebangfix tar:xz +USES= cpe gmake makeinfo ncurses pkgconfig shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO_PATH= ${DATADIR_REL}/info WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +CPE_VENDOR= gnu SUB_FILES= pkg-install SUB_LIST+= ARCHLIBDIR=${PREFIX}/libexec/emacs/${EMACS_VER}/${CONFIGURE_TARGET} |