aboutsummaryrefslogtreecommitdiffstats
path: root/www/sitecopy/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-03-12 18:08:43 +0800
committerache <ache@FreeBSD.org>1999-03-12 18:08:43 +0800
commitfdcbfec5c6df1bd541a88b8b2c4923af8e748825 (patch)
tree66ca49109f5310b42c3237c444fa3870967103bd /www/sitecopy/Makefile
parentf0d9d05fcec4d6ce1e265899b8fe3f494ec4354b (diff)
downloadfreebsd-ports-gnome-fdcbfec5c6df1bd541a88b8b2c4923af8e748825.tar.gz
freebsd-ports-gnome-fdcbfec5c6df1bd541a88b8b2c4923af8e748825.tar.zst
freebsd-ports-gnome-fdcbfec5c6df1bd541a88b8b2c4923af8e748825.zip
upgrade to 0.4.5
Diffstat (limited to 'www/sitecopy/Makefile')
-rw-r--r--www/sitecopy/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile
index 4bace10c6988..93f1da58d35b 100644
--- a/www/sitecopy/Makefile
+++ b/www/sitecopy/Makefile
@@ -1,25 +1,21 @@
# New ports collection makefile for: sitecopy
-# Version required: 0.4.0
+# Version required: 0.4.*
# Date created: 15 January 1999
# Whom: nik
#
-# $Id: Makefile,v 1.3 1999/02/24 21:45:33 nik Exp $
+# $Id: Makefile,v 1.4 1999/02/28 21:46:11 asami Exp $
#
-DISTNAME= sitecopy-0.4.0
+DISTNAME= sitecopy-0.4.5
CATEGORIES= www
MASTER_SITES= http://www.lyra.org/sitecopy/
MAINTAINER= nik@FreeBSD.ORG
-USE_GMAKE= yes
FETCH_BEFORE_ARGS= -b
+GNU_CONFIGURE= yes
+ALL_TARGET= sitecopy
MAN1= sitecopy.1
-MANCOMPRESSED= no
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sitecopy ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/sitecopy.1 ${PREFIX}/man/man1
.include <bsd.port.mk>