aboutsummaryrefslogtreecommitdiff
path: root/devel/cscope/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2008-03-13 09:31:15 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2008-03-13 09:31:15 +0000
commitd13d6b6d3e38ba707568b5d2b192b253cb23825f (patch)
treef5042a206875ea7eb63cc2c32f70cc9205dba3f7 /devel/cscope/Makefile
parentf90d2a6bf9d21ef6348ce6042c72d11580ff14ba (diff)
downloadports-d13d6b6d3e38ba707568b5d2b192b253cb23825f.tar.gz
ports-d13d6b6d3e38ba707568b5d2b192b253cb23825f.zip
- Add a patch for cleanup of temp directories upon exit
- Move PLIST into Makefile - Bump PORTREVISION PR: ports/119783 Submitted by: scf (maintainer)
Notes
Notes: svn path=/head/; revision=208922
Diffstat (limited to 'devel/cscope/Makefile')
-rw-r--r--devel/cscope/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index d7d9e37aa0ee..112b79a6182b 100644
--- a/devel/cscope/Makefile
+++ b/devel/cscope/Makefile
@@ -8,7 +8,7 @@
PORTNAME= cscope
PORTVERSION= 15.6
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,6 +19,8 @@ COMMENT= An interactive C program browser
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-yacc
+PLIST_FILES= bin/cscope \
+ bin/ocs
MAN1= cscope.1
.include <bsd.port.mk>