diff options
author | gj <gj@FreeBSD.org> | 2000-05-01 18:37:39 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2000-05-01 18:37:39 +0000 |
commit | d504e9249d02bab72c286a9c2e8c8b73276f7781 (patch) | |
tree | 6b9b4e4396176b4bd4ac4329a9b34c1ef70b0a13 /editors/xemacs-games-packages/Makefile | |
parent | 42d660f7159a59607ba99bfc4b71fb60716b40b9 (diff) | |
download | FreeBSD-ports-d504e9249d02bab72c286a9c2e8c8b73276f7781.zip FreeBSD-ports-d504e9249d02bab72c286a9c2e8c8b73276f7781.tar.gz |
Add ps-print-nomule-1.03-pkg.tar.gz because the default "File" menu
in xemacs uses it, so without it the "Pretty Print Buffer" option is
always greyed out.
Put each package on its own line in the Makefile and sort them - this
makes it easier to check whether a package has changed. This also
affects md5.
Add a line to PLIST to remove lib/xemacs if it's empty - noticed by
bento.
Bump version number to 1.3.
Requested by: wolman@cs.washington.edu
Diffstat (limited to 'editors/xemacs-games-packages/Makefile')
-rw-r--r-- | editors/xemacs-games-packages/Makefile | 44 |
1 files changed, 29 insertions, 15 deletions
diff --git a/editors/xemacs-games-packages/Makefile b/editors/xemacs-games-packages/Makefile index 631d730..1df119b 100644 --- a/editors/xemacs-games-packages/Makefile +++ b/editors/xemacs-games-packages/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xemacs-packages -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= editors elisp MASTER_SITES= \ ftp://ftp.xemacs.org/pub/xemacs/packages/ \ @@ -15,20 +15,34 @@ MASTER_SITES= \ ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ DISTFILES= \ - xemacs-base-1.37-pkg.tar.gz xemacs-devel-1.25-pkg.tar.gz \ - c-support-1.14-pkg.tar.gz os-utils-1.19-pkg.tar.gz \ - cc-mode-1.17-pkg.tar.gz prog-modes-1.23-pkg.tar.gz \ - debug-1.11-pkg.tar.gz psgml-1.15-pkg.tar.gz \ - dired-1.07-pkg.tar.gz sgml-1.06-pkg.tar.gz \ - edit-utils-1.45-pkg.tar.gz text-modes-1.22-pkg.tar.gz \ - efs-1.16-pkg.tar.gz time-1.09-pkg.tar.gz \ - fsf-compat-1.07-pkg.tar.gz viper-1.18-pkg.tar.gz \ - mail-lib-1.28-pkg.tar.gz net-utils-1.13-pkg.tar.gz \ - mailcrypt-2.04-pkg.tar.gz vc-1.22-pkg.tar.gz \ - sh-script-1.11-pkg.tar.gz auctex-1.19-pkg.tar.gz \ - ispell-1.18-pkg.tar.gz pcl-cvs-1.41-pkg.tar.gz \ - w3-1.15-pkg.tar.gz texinfo-1.18-pkg.tar.gz \ - hm--html-menus-1.14-pkg.tar.gz + auctex-1.19-pkg.tar.gz \ + c-support-1.14-pkg.tar.gz \ + cc-mode-1.17-pkg.tar.gz \ + debug-1.11-pkg.tar.gz \ + dired-1.07-pkg.tar.gz \ + edit-utils-1.45-pkg.tar.gz \ + efs-1.16-pkg.tar.gz \ + fsf-compat-1.07-pkg.tar.gz \ + hm--html-menus-1.14-pkg.tar.gz \ + ispell-1.18-pkg.tar.gz \ + mail-lib-1.28-pkg.tar.gz \ + mailcrypt-2.04-pkg.tar.gz \ + net-utils-1.13-pkg.tar.gz \ + os-utils-1.19-pkg.tar.gz \ + pcl-cvs-1.41-pkg.tar.gz \ + prog-modes-1.23-pkg.tar.gz \ + ps-print-nomule-1.03-pkg.tar.gz \ + psgml-1.15-pkg.tar.gz \ + sgml-1.06-pkg.tar.gz \ + sh-script-1.11-pkg.tar.gz \ + texinfo-1.18-pkg.tar.gz \ + text-modes-1.22-pkg.tar.gz \ + time-1.09-pkg.tar.gz \ + vc-1.22-pkg.tar.gz \ + viper-1.18-pkg.tar.gz \ + w3-1.15-pkg.tar.gz \ + xemacs-base-1.37-pkg.tar.gz \ + xemacs-devel-1.25-pkg.tar.gz MAINTAINER= gj@FreeBSD.org |