diff options
author | pat <pat@FreeBSD.org> | 2002-04-26 04:21:00 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-26 04:21:00 +0800 |
commit | fd8716b912e8f505ad6c57f5640ec49843a0b5bb (patch) | |
tree | 43dac9f151509af9c36fc731f69740603044dcef /misc/instant-workstation/Makefile | |
parent | 5c2cd0c070cf0d6a61542155537be8e601b5a4db (diff) | |
download | freebsd-ports-graphics-fd8716b912e8f505ad6c57f5640ec49843a0b5bb.tar.gz freebsd-ports-graphics-fd8716b912e8f505ad6c57f5640ec49843a0b5bb.tar.zst freebsd-ports-graphics-fd8716b912e8f505ad6c57f5640ec49843a0b5bb.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
Diffstat (limited to 'misc/instant-workstation/Makefile')
-rw-r--r-- | misc/instant-workstation/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile index e8c50b6d6fe..eae3e865cde 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> - - - - |