diff options
author | fredb <fredb> | 2001-05-11 18:57:59 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-05-11 18:57:59 +0000 |
commit | fce54d501c7486a69036951cbc79409cc747438c (patch) | |
tree | 940b3d5e5a7a1d414bf698733dacb7f6bbd3a11f /wm | |
parent | ccc2dd15d882f46173c194e38c0f61e4416e850a (diff) | |
download | pkgsrc-fce54d501c7486a69036951cbc79409cc747438c.tar.gz |
Update the package's home page (thanks to wiz for pointing this out),
and clarify the IGNORE variable, and comment.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/ascp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/wm/ascp/Makefile b/wm/ascp/Makefile index 75d7151d363..fd6ef3a1fec 100644 --- a/wm/ascp/Makefile +++ b/wm/ascp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:21:30 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/05/11 18:57:59 fredb Exp $ # DISTNAME= ascp-1.0.3 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.afterstep.org/apps/ascp/ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org -HOMEPAGE= http://hubble.colorado.edu/~nwanua/htmldir/ascp.html +HOMEPAGE= http://www.princeton.edu/~ferguson/adw/ascp/ COMMENT= Configuration utility for AfterStep DEPENDS+= afterstep-1.8.*:../../wm/afterstep @@ -18,7 +18,9 @@ USE_X11= yes CONFIGURE_ENV+= GTK_CONFIG="${X11PREFIX}/bin/gtk-config" -IGNORE= "Not for Afterstep 1.8.x!" +# XXX Fix me. The development (currently cvs only) version of ascp +# XXX allegedly does work with afterstep-1.8.x. +IGNORE= "${PKGNAME} is only for afterstep-1.6.x (obsolete)" pre-configure: ${RM} ${WRKSRC}/config.cache |