diff options
Diffstat (limited to 'net/nload')
-rw-r--r-- | net/nload/Makefile | 4 | ||||
-rw-r--r-- | net/nload/distinfo | 2 | ||||
-rw-r--r-- | net/nload/files/patch-aa | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index be12a367d1ff..97bd8773f70a 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -6,14 +6,14 @@ # PORTNAME= nload -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= olive@oban.frmug.org -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes MAN1= nload.1 MANCOMPRESSED= yes diff --git a/net/nload/distinfo b/net/nload/distinfo index 30b296480075..54eddcc8a697 100644 --- a/net/nload/distinfo +++ b/net/nload/distinfo @@ -1 +1 @@ -MD5 (nload-0.4.0.tar.gz) = a2d3607263f9d63883b90c03a3b7b2b1 +MD5 (nload-0.5.0.tar.gz) = 4b6bdc397f25af456ccecbf748b1af26 diff --git a/net/nload/files/patch-aa b/net/nload/files/patch-aa deleted file mode 100644 index fb3956723b1e..000000000000 --- a/net/nload/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.bak Wed Apr 24 16:39:22 2002 -+++ Makefile.in Wed Apr 24 16:39:27 2002 -@@ -357,7 +357,7 @@ - install: - $(mkinstalldirs) $(DESTDIR)$(prefix)/man/man1 - $(INSTALL_DATA) $(top_srcdir)/docs/$(PACKAGE).1 $(DESTDIR)$(prefix)/man/man1 -- gzip $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1 -+ gzip -f $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1 - - uninstall: - rm $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1.gz |