diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-16 21:21:05 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-16 21:21:05 +0800 |
commit | 6f0d70d2460cc6c05c278a668c44b01604c3f10b (patch) | |
tree | 6ab6e25e55ebf97d4131b37beab3723eeb8425e3 /net | |
parent | 2cccc0612b294e93374325ab37df8f0adcf1aae3 (diff) | |
download | freebsd-ports-gnome-6f0d70d2460cc6c05c278a668c44b01604c3f10b.tar.gz freebsd-ports-gnome-6f0d70d2460cc6c05c278a668c44b01604c3f10b.tar.zst freebsd-ports-gnome-6f0d70d2460cc6c05c278a668c44b01604c3f10b.zip |
Unbreak package on 5-current by removing useless --exclude ".*" tar(1) option.
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 3a0c6430b740..ffbe2d0e4262 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --enable-RAWDCF post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ntp - ${TAR} -C ${WRKSRC}/html --exclude '.*' -cf - . | \ + ${TAR} -C ${WRKSRC}/html -cf - . | \ ${TAR} -C ${PREFIX}/share/doc/ntp --unlink -xf - find ${PREFIX}/share/doc/ntp | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP} find ${PREFIX}/share/doc/ntp -type f | xargs ${CHMOD} ${SHAREMODE} |