diff options
author | krion <krion@FreeBSD.org> | 2003-10-11 22:59:12 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-11 22:59:12 +0800 |
commit | 3fcc53d03152915e91946dc0d72f41093c291a77 (patch) | |
tree | e59c07c72532e4713fc5fb9654bbe2d5d8b09d54 /sysutils/psmisc | |
parent | af3b24bbf35c9f8a3a1e0dbf93583600f76b4fc3 (diff) | |
download | freebsd-ports-gnome-3fcc53d03152915e91946dc0d72f41093c291a77.tar.gz freebsd-ports-gnome-3fcc53d03152915e91946dc0d72f41093c291a77.tar.zst freebsd-ports-gnome-3fcc53d03152915e91946dc0d72f41093c291a77.zip |
- Add CONFLICTS, because of the same item in pkg-plist
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'sysutils/psmisc')
-rw-r--r-- | sysutils/psmisc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/psmisc/Makefile b/sysutils/psmisc/Makefile index 04531190c7fd..4b7601af2d15 100644 --- a/sysutils/psmisc/Makefile +++ b/sysutils/psmisc/Makefile @@ -11,9 +11,11 @@ CATEGORIES= sysutils MASTER_SITES= ftp://ftp.uni-bremen.de/pub/mirrors/sunsite/system/status/ps/ \ ftp://ftp.tu-darmstadt.de/pub/os/Linux/distributions/slackware/slackware-3.6/source/a/procps/ -MAINTAINER= ports@FreeBSD.Org +MAINTAINER= ports@FreeBSD.org COMMENT= A port of the Linux pstree, killall and pidof commands +CONFLICTS= pstree-2.* + INSTALL_TARGET= install-all MAN1= pidof.1 pstree.1 killall.1 WRKSRC= ${WRKDIR}/psmisc |