summaryrefslogtreecommitdiff
path: root/devel/cvsgraph
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-06-01 18:56:04 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-06-01 18:56:04 +0000
commit45e574279088915e2181e639f8f3c7bfc518b9ba (patch)
tree8031ba7a55cc1506355a7bcae82cde1a59505693 /devel/cvsgraph
parentUpdate to 0.16.0. (diff)
Correct the packing list.
Notes
Notes: svn path=/head/; revision=43410
Diffstat (limited to 'devel/cvsgraph')
-rw-r--r--devel/cvsgraph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile
index 37e0c0150594..7fb664143e93 100644
--- a/devel/cvsgraph/Makefile
+++ b/devel/cvsgraph/Makefile
@@ -56,7 +56,7 @@ pre-install:
${ECHO} ${DOCDIR}/${i} >> ${PLIST}
.endfor
.for i in ${EXAMPLES}
- ${ECHO} ${PREFIX}/share/examples/${PORTNAME}/${i} >> ${PLIST}
+ ${ECHO} share/examples/${PORTNAME}/${i} >> ${PLIST}
.endfor
${ECHO} @dirrm share/examples/${PORTNAME} >> ${PLIST}
${ECHO} @dirrm ${DOCDIR} >> ${PLIST}