diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-16 17:46:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-16 17:46:49 +0000 |
commit | 3025f9978bf1494a5af3f02f5a586d963a991619 (patch) | |
tree | da55cb385976b6c0def5c257d9f1fd71ff1e6afa | |
parent | ea3629c01af237b364bb50a2b4ec4c5228a72ffc (diff) |
Finish stage support
Notes
Notes:
svn path=/head/; revision=336651
-rw-r--r-- | devel/chrpath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/chrpath/Makefile b/devel/chrpath/Makefile index 521d2e3484f3..359efe1e6e09 100644 --- a/devel/chrpath/Makefile +++ b/devel/chrpath/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USES= fmake -PLIST_FILES= bin/chrpath +PLIST_FILES= bin/chrpath man/man1/chrpath.1.gz PORTDOCS= AUTHORS ChangeLog NEWS README |