diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 19:44:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 19:44:27 +0800 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /net/rsync | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.zst freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.zip |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 53106ac17bdf..b746203a9b34 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -3,23 +3,21 @@ # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.1.1.1 1996/08/16 07:23:00 asami Exp $ +# $Id: Makefile,v 1.2 1996/10/22 17:06:47 max Exp $ # DISTNAME= rsync-1.6.2 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ MAINTAINER= obrien@cs.ucdavis.edu GNU_CONFIGURE= yes +MAN1= rsync.1 post-install: strip ${PREFIX}/bin/rsync -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/rsync.1 -.endif .if !defined(NOPORTDOCS) mkdir -p ${PREFIX}/share/doc/rsync ${INSTALL_DATA} ${WRKSRC}/tech_report.ps ${PREFIX}/share/doc/rsync |