diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /deskutils | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/cbb/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnucash/Makefile | 2 | ||||
-rw-r--r-- | deskutils/ical/Makefile | 3 | ||||
-rw-r--r-- | deskutils/notebook/Makefile | 4 | ||||
-rw-r--r-- | deskutils/xmdiary/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xrolo/Makefile | 2 |
6 files changed, 8 insertions, 9 deletions
diff --git a/deskutils/cbb/Makefile b/deskutils/cbb/Makefile index 141b81bbb0c9..8e7f4f91114b 100644 --- a/deskutils/cbb/Makefile +++ b/deskutils/cbb/Makefile @@ -15,9 +15,9 @@ MAINTAINER= kline@thought.org RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 -NO_BUILD= yes +NO_BUILD= yes USE_PERL5= yes MAKE_ENV= PERL5=${PERL5} -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/deskutils/gnucash/Makefile b/deskutils/gnucash/Makefile index 7e5ca2024657..88568e474d5a 100644 --- a/deskutils/gnucash/Makefile +++ b/deskutils/gnucash/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnucash -MAINTAINER= ade@FreeBSD.org +MAINTAINER= ade@FreeBSD.org BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \ g-wrap:${PORTSDIR}/devel/g-wrap \ diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index 569842d478de..32bf8267da5e 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: ical # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com @@ -17,7 +16,7 @@ MASTER_SITES= ftp://ftp.sco.com/skunkware/src/shellutil/ \ MAINTAINER= obrien@FreeBSD.org -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.2 \ diff --git a/deskutils/notebook/Makefile b/deskutils/notebook/Makefile index fa84a8be1e56..7bac4ef3dfbd 100644 --- a/deskutils/notebook/Makefile +++ b/deskutils/notebook/Makefile @@ -40,8 +40,8 @@ INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 # program files PROGRAMFILES= notebook/notebook # documents -DOCFILES= LICENSE README.binary -DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME} +DOCFILES= LICENSE README.binary +DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME} # additional configuration and header files EXTRALIB_PREFIX= ${X11BASE}/lib/jx EXTRALIBFILES_MAKE_WRKSRC= include/make diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile index db3e0f69e101..786b0201125a 100644 --- a/deskutils/xmdiary/Makefile +++ b/deskutils/xmdiary/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.0.1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= office -DISTFILES= ${DISTNAME}.tar.gz xmdfix.gz +DISTFILES= ${DISTNAME}.tar.gz xmdfix.gz MAINTAINER= mi@aldan.algebra.com diff --git a/deskutils/xrolo/Makefile b/deskutils/xrolo/Makefile index 12f996bc3f8f..a4bc933a6815 100644 --- a/deskutils/xrolo/Makefile +++ b/deskutils/xrolo/Makefile @@ -19,7 +19,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/xrolo |