diff options
author | pat <pat@FreeBSD.org> | 2002-04-25 20:21:00 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-25 20:21:00 +0000 |
commit | fd8716b912e8f505ad6c57f5640ec49843a0b5bb (patch) | |
tree | 43dac9f151509af9c36fc731f69740603044dcef | |
parent | 5c2cd0c070cf0d6a61542155537be8e601b5a4db (diff) | |
download | FreeBSD-ports-fd8716b912e8f505ad6c57f5640ec49843a0b5bb.zip FreeBSD-ports-fd8716b912e8f505ad6c57f5640ec49843a0b5bb.tar.gz |
- Fix dependencies, typos, empty lines
- Fix portlint errors/warnings
- make hardcoded /usr/local LOCALBASE safe
PR: 30272, 37444
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>,
Andreas Schulz <ats@first.fhg.de>
Approved by: maintainer timeout
-rw-r--r-- | misc/instant-workstation/Makefile | 14 | ||||
-rw-r--r-- | misc/instant-workstation/pkg-comment | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile index e8c50b6..eae3e86 100644 --- a/misc/instant-workstation/Makefile +++ b/misc/instant-workstation/Makefile @@ -7,7 +7,7 @@ PORTNAME= instant-workstation PORTVERSION= 1.0 -PORTVERSION= 1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.lemis.com/pub/ @@ -19,18 +19,18 @@ RUN_DEPENDS= acroread:${PORTSDIR}/print/acroread4 \ dos2unix:${PORTSDIR}/converters/unix2dos \ emacs:${PORTSDIR}/editors/emacs20 \ fetchmail:${PORTSDIR}/mail/fetchmail \ - ghostscript:${PORTSDIR}/print/ghostscript-gnu \ + gs:${PORTSDIR}/print/ghostscript-gnu \ grip:${PORTSDIR}/audio/grip \ gimp:${PORTSDIR}/graphics/gimp1 \ gv:${PORTSDIR}/print/gv \ - gnupg:${PORTSDIR}/security/gnupg \ + gpg:${PORTSDIR}/security/gnupg \ ispell:${PORTSDIR}/textproc/ispell \ startkde:${PORTSDIR}/x11/kde2 \ mkisofs:${PORTSDIR}/sysutils/mkisofs \ mount_smbfs:${PORTSDIR}/net/smbfs \ mutt:${PORTSDIR}/mail/mutt \ - netscape:${PORTSDIR}/www/netscape47-communicator \ - /usr/local/sbin/postfix:${PORTSDIR}/mail/postfix \ + netscape:${PORTSDIR}/www/linux-netscape47-communicator \ + ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ xtset:${PORTSDIR}/x11/xtset \ xmms:${PORTSDIR}/audio/xmms \ xv:${PORTSDIR}/graphics/xv @@ -39,7 +39,3 @@ NO_WRKSUBDIR= YES NO_BUILD= YES .include <bsd.port.mk> - - - - diff --git a/misc/instant-workstation/pkg-comment b/misc/instant-workstation/pkg-comment index 3cede41..0f040f7 100644 --- a/misc/instant-workstation/pkg-comment +++ b/misc/instant-workstation/pkg-comment @@ -1 +1 @@ -instant workstation installs a typical set of ports for a workstation +Instant workstation installs a typical set of ports for a workstation |