diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
commit | 3c175cb569f2bb20f5a8bed877c0c8c2b014dc79 (patch) | |
tree | 1f896dcd279ef0b0382485b20275d60ee1a5b0c5 /sysutils/pstree | |
parent | ba3455bcaeeac361a5db7e74146d92954c5b1bb7 (diff) | |
download | ports-3c175cb569f2bb20f5a8bed877c0c8c2b014dc79.tar.gz ports-3c175cb569f2bb20f5a8bed877c0c8c2b014dc79.zip |
Use PLIST_FILES.
Reviewed by: marcus
Notes
Notes:
svn path=/head/; revision=100076
Diffstat (limited to 'sysutils/pstree')
-rw-r--r-- | sysutils/pstree/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pstree/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 54a4aa2b363b..9a546cf8e488 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -17,6 +17,8 @@ NO_WRKSUBDIR= yes CONFLICTS= psmisc-* +PLIST_FILES= bin/pstree + do-build: cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c diff --git a/sysutils/pstree/pkg-plist b/sysutils/pstree/pkg-plist deleted file mode 100644 index 674689c6b92c..000000000000 --- a/sysutils/pstree/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pstree |