diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 07:17:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 07:17:09 +0800 |
commit | 3b207b5addb2bd696fa3f3497c43d83092978b42 (patch) | |
tree | 47429db92db74e26951dea812299da1502c43802 /editors/joe2 | |
parent | 2b531f58253e498cdd188b8df8d351586a2f297d (diff) | |
download | freebsd-ports-gnome-3b207b5addb2bd696fa3f3497c43d83092978b42.tar.gz freebsd-ports-gnome-3b207b5addb2bd696fa3f3497c43d83092978b42.tar.zst freebsd-ports-gnome-3b207b5addb2bd696fa3f3497c43d83092978b42.zip |
Fix OPTIONS_DEFAULT: remove DOCS which is added by framework
- Convert to options target helper
Approved by: portmgr (blanket)
Diffstat (limited to 'editors/joe2')
-rw-r--r-- | editors/joe2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index f3188f1a7744..861340ce8a1a 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -12,7 +12,7 @@ MAINTAINER?= toasty@dragondata.com COMMENT?= Joe's Own Editor OPTIONS_DEFINE= DOCS ISPELL -OPTIONS_DEFAULT= DOCS ISPELL +OPTIONS_DEFAULT= ISPELL ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell @@ -25,7 +25,7 @@ LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} ALL_TARGET= ${PORTNAME} -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.cvs ${WRKSRC}/ChangeLog\ ${WRKSRC}/INFO ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} |