diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-04-25 20:21:00 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-04-25 20:21:00 +0000 |
commit | f6821f86b2b87545352d07d602d7d111ae821e61 (patch) | |
tree | 5c8fbea254475639d4dda3de887caaa9fadc344d /misc/instant-workstation | |
parent | cc1fa7e314d54af9228eaaa9f38d3402ae37a36e (diff) | |
download | ports-f6821f86b2b87545352d07d602d7d111ae821e61.tar.gz ports-f6821f86b2b87545352d07d602d7d111ae821e61.zip |
- 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
Notes
Notes:
svn path=/head/; revision=58131
Diffstat (limited to 'misc/instant-workstation')
-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 e8c50b6d6fe9..eae3e865cde3 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 3cede418ddb4..0f040f741035 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 |