- fixup Makefile

- add @comment with RCS id to PLIST
This commit is contained in:
brad 2001-06-29 14:31:02 +00:00
parent eef2266aaa
commit 4dd4ecbd7a
2 changed files with 9 additions and 7 deletions

View File

@ -1,26 +1,27 @@
# $OpenBSD: Makefile,v 1.13 2001/05/06 05:00:06 lebel Exp $
# $OpenBSD: Makefile,v 1.14 2001/06/29 14:31:02 brad Exp $
COMMENT= "mirror packages on remote sites"
DISTNAME= mirror-2.9
CATEGORIES= net
NEED_VERSION= 1.402
NEED_VERSION= 1.413
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ \
ftp://ftp.nmt.edu/ \
ftp://ftp.plig.net/pub/OpenBSD/distfiles/
MAINTAINER= ports@openbsd.org
HOMEPAGE= http://sunsite.org.uk/packages/mirror/
MAINTAINER= ports@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}
MAKE_FILE= makefile
WRKDIST= ${WRKDIR}
DOCDIR= ${PREFIX}/share/doc/mirror
DOCS= copyright.html index.html mirror-faq.html mirror.html \
mm.html quickstart.html mirror-on-dusk.gif Lake.class
@ -38,7 +39,7 @@ pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/mirror
post-install:
@${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA_DIR} ${DOCDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCDIR}
.include <bsd.port.mk>

View File

@ -1,3 +1,4 @@
@comment $OpenBSD
bin/mirror
bin/do_unlinks
bin/pkgs_to_mmin
@ -7,6 +8,8 @@ lib/mirror/dateconv.pl
lib/mirror/ftp.pl
lib/mirror/lsparse.pl
lib/mirror/mirror.defaults.sample
man/man1/mirror.1
man/man1/mirrormaster.1
share/doc/mirror/copyright.html
share/doc/mirror/index.html
share/doc/mirror/mirror-faq.html
@ -17,5 +20,3 @@ share/doc/mirror/mirror-on-dusk.gif
share/doc/mirror/Lake.class
@dirrm share/doc/mirror
@dirrm lib/mirror
man/man1/mirror.1
man/man1/mirrormaster.1