diff options
author | wosch <wosch@FreeBSD.org> | 2005-02-17 00:21:28 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 2005-02-17 00:21:28 +0800 |
commit | b30e43fef12e8b7534ceb1a19fdac103f040dcf3 (patch) | |
tree | 36fc49f00ee6b0f54ccc13f853956182eb2fb77b /german/manpages/Makefile | |
parent | 637d704f3e22d4f90e72f1c44a3680d1c7c415fd (diff) | |
download | freebsd-ports-gnome-b30e43fef12e8b7534ceb1a19fdac103f040dcf3.tar.gz freebsd-ports-gnome-b30e43fef12e8b7534ceb1a19fdac103f040dcf3.tar.zst freebsd-ports-gnome-b30e43fef12e8b7534ceb1a19fdac103f040dcf3.zip |
Don't install man sub-directory 'debian'. It has less value
and unlike the man* and cat* sub-directories, it will not be
de-installed by the ports scripts.
Diffstat (limited to 'german/manpages/Makefile')
-rw-r--r-- | german/manpages/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/german/manpages/Makefile b/german/manpages/Makefile index 727932bdc374..34af90f2f4d1 100644 --- a/german/manpages/Makefile +++ b/german/manpages/Makefile @@ -28,6 +28,7 @@ do-build: .endif pre-install: + ${RM} -rf ${WRKSRC}/${manpages}/debian ${FIND} ${WRKSRC}/${manpages} -type f -print | \ ${SED} "s%${WRKSRC}/${manpages}%man/${LANG}%" > ${PLIST} |