diff options
author | mbr <mbr@FreeBSD.org> | 2003-03-06 07:29:50 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-03-06 07:29:50 +0800 |
commit | 0f6efcb6eaa899f22e47691aff5199504f851a24 (patch) | |
tree | 6bfc5fd09956b37537393097af8cf027eef66f76 /editors/openoffice | |
parent | 5985fc1487291d27cf873ebc8fb914bcd0674e74 (diff) | |
download | freebsd-ports-gnome-0f6efcb6eaa899f22e47691aff5199504f851a24.tar.gz freebsd-ports-gnome-0f6efcb6eaa899f22e47691aff5199504f851a24.tar.zst freebsd-ports-gnome-0f6efcb6eaa899f22e47691aff5199504f851a24.zip |
de-pkg-comment
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/Makefile | 13 | ||||
-rw-r--r-- | editors/openoffice/pkg-comment | 1 |
2 files changed, 8 insertions, 6 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index bb26f84032c5..1c1d67133270 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -49,15 +49,12 @@ DICT_DIR= ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/ LANG_EXT=01 .else # -# Add pkg-comment and pkg-descr if available +# Add pkg-descr and pkg-message if available # -.if exists(${.CURDIR}/pkg-comment) -COMMENTFILE= ${.CURDIR}/pkg-comment -.endif .if exists(${.CURDIR}/pkg-descr) DESCR= ${.CURDIR}/pkg-descr .endif -.if exists(${.CURDIR}/pkg-descr) +.if exists(${.CURDIR}/pkg-message) PKGMESSAGE= ${.CURDIR}/pkg-message .endif # @@ -109,6 +106,9 @@ CXX= g++32 EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2 MAINTAINER= openoffice@FreeBSD.org +.if !defined(COMMENT) +COMMENT= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser +.endif #.if !defined(USE_GCC) #BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport #.endif @@ -406,7 +406,10 @@ extract-mozilla: @${CP} -r ${PORTSDIR}/www/mozilla-vendor/files ${WRKDIR}/mozilla @${CP} ${PORTSDIR}/www/mozilla-vendor/Makefile ${WRKDIR}/mozilla @${CP} ${PORTSDIR}/www/mozilla-vendor/distinfo ${WRKDIR}/mozilla + +if exists(${PORTSDIR}/www/mozilla-vendor/pkg-comment) @${CP} ${PORTSDIR}/www/mozilla-vendor/pkg-comment ${WRKDIR}/mozilla +.endif @${CP} ${PORTSDIR}/www/mozilla-vendor/pkg-descr ${WRKDIR}/mozilla @${CP} ${PORTSDIR}/www/mozilla-vendor/pkg-message ${WRKDIR}/mozilla .endif diff --git a/editors/openoffice/pkg-comment b/editors/openoffice/pkg-comment deleted file mode 100644 index 7c6d1b73d17a..000000000000 --- a/editors/openoffice/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser |