diff options
author | mph <mph@FreeBSD.org> | 1998-06-29 11:46:31 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-06-29 11:46:31 +0800 |
commit | b713d173d0898c974c00b147b05f2d4764d3012c (patch) | |
tree | 30981da1d7677b642ca1b034db4736b86b90c35d /x11-wm/afterstep-stable | |
parent | b99e34f5ea974b85c7b2234db47ef6960a99fc10 (diff) | |
download | freebsd-ports-gnome-b713d173d0898c974c00b147b05f2d4764d3012c.tar.gz freebsd-ports-gnome-b713d173d0898c974c00b147b05f2d4764d3012c.tar.zst freebsd-ports-gnome-b713d173d0898c974c00b147b05f2d4764d3012c.zip |
- Correct MASTER_SITE.
- Add patches to support asmodem.
- Remove zero-length "configure" script.
- Allow packaging.
PR: 7072 (Brett Taylor)
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
(all changes except MASTER_SITE)
Alex <garbanzo@hooked.net>
(broken MASTER_SITE)
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 10 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/pkg-plist | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index cc5708bc3b40..af3076303edd 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -3,16 +3,16 @@ # Date created: 1 May 1998 # Whom: Brett Taylor # -# $Id: Makefile,v 1.20 1998/05/18 03:23:39 mph Exp $ +# $Id: Makefile,v 1.21 1998/05/22 18:50:18 mph Exp $ # DISTNAME= AfterStep-1.4.5.0 PKGNAME= afterstep-1.4.5.3 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.afterstep.org/pub/ +MASTER_SITES= ftp://ftp.afterstep.org/pub/attic/ EXTRACT_SUFX= .tgz -PATCH_SITES= ftp://ftp.afterstep.org/pub/ +PATCH_SITES= ftp://ftp.afterstep.org/pub/attic/ PATCHFILES= AfterStep1450-to-1451.patch.gz AfterStep1451-to-1453.patch.gz PATCH_DIST_STRIP= -p1 @@ -20,10 +20,6 @@ MAINTAINER= brett@peloton.physics.montana.edu LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -NO_PACKAGE= yes -#there are 130 files or so with spaces or parens in their name which -#makes pkg_add die so we can't easily package this - WRKSRC= ${WRKDIR}/AfterStep IS_INTERACTIVE= yes diff --git a/x11-wm/afterstep-stable/pkg-plist b/x11-wm/afterstep-stable/pkg-plist index 9a93a9659509..47c22178ce13 100644 --- a/x11-wm/afterstep-stable/pkg-plist +++ b/x11-wm/afterstep-stable/pkg-plist @@ -2,6 +2,7 @@ bin/ascd bin/afterstep bin/asclock bin/asmail +bin/asmodem bin/xiterm bin/ASSound bin/Animate @@ -33,6 +34,7 @@ man/man1/Audio.1.gz man/man1/Auto.1.gz man/man1/asclock.1.gz man/man1/asmail.1.gz +man/man1/asmodem.1.gz man/man1/xiterm.1.gz man/man1/Clean.1.gz man/man1/ASSound.1.gz |