fake
This commit is contained in:
parent
2d3d0a6a2e
commit
21f1dfc9c1
@ -3,13 +3,13 @@
|
||||
# Date created: Halloween 1999
|
||||
# Whom: dugsong@monkey.org
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.5 2000/04/09 17:38:14 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2000/06/05 01:37:21 espie Exp $
|
||||
|
||||
PKGNAME= whisker-1.3.0a
|
||||
|
||||
CATEGORIES= security
|
||||
NEED_VERSION= 1.191
|
||||
FAKE=No
|
||||
FAKE=Yes
|
||||
|
||||
MAINTAINER= dugsong@monkey.org
|
||||
|
||||
@ -19,10 +19,8 @@ DISTNAME= whisker
|
||||
|
||||
WRKDIST= ${WRKDIR}/v1.3
|
||||
|
||||
NO_CONFIGURE= yes
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC}; sed "s%y0y0y0%${PREFIX}%g" whisker.pl > whisker)
|
||||
cd ${WRKSRC}; sed "s%y0y0y0%${PREFIX}%g" whisker.pl > whisker
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/whisker ${PREFIX}/bin
|
||||
|
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2000/04/09 17:38:33 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2000/06/05 01:35:13 espie Exp $
|
||||
#
|
||||
|
||||
PKGNAME= spiff-1.0
|
||||
DISTNAME= spiff-1.0
|
||||
CATEGORIES= textproc
|
||||
FAKE=No
|
||||
MASTER_SITES= http://www.darwinsys.com/freeware/
|
||||
|
||||
MAINTAINER= ian@openbsd.org
|
||||
|
@ -3,31 +3,24 @@
|
||||
# Date created: May 16 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.7 2000/04/09 17:38:34 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2000/06/05 01:35:13 espie Exp $
|
||||
#
|
||||
|
||||
DISTNAME= wdiff-0.5
|
||||
CATEGORIES= textproc
|
||||
FAKE=No
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= wdiff
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
LICENSE_TYPE= GPL
|
||||
PERMIT_PACKAGE_CDROM= YES
|
||||
PERMIT_PACKAGE_FTP= YES
|
||||
PERMIT_DISTFILES_CDROM= YES
|
||||
PERMIT_DISTFILES_FTP= YES
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
MAN1= wdiff.1
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
||||
fi
|
||||
@install-info ${PREFIX}/info/wdiff.info ${PREFIX}/info/dir
|
||||
HAS_CONFIGURE=Yes
|
||||
CONFIGURE_ARGS=--prefix='$${DESTDIR}${PREFIX}'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user