From e3c808e45b5c6a7eb4c541bbd13c39d8b6d8f7e8 Mon Sep 17 00:00:00 2001 From: krion Date: Wed, 10 Mar 2004 15:01:09 +0000 Subject: - Utilize INFO and PLIST_FILES PR: ports/63994 Submitted by: maintainer --- sysutils/stow/Makefile | 5 ++++- sysutils/stow/pkg-descr | 2 +- sysutils/stow/pkg-plist | 5 ----- 3 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 sysutils/stow/pkg-plist (limited to 'sysutils/stow') diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index f567661cf771..47b70aa70bbe 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -8,7 +8,7 @@ PORTNAME= stow PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +20,9 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes +PLIST_FILES= bin/stow +INFO= stow + INSTALL_INFO?= install-info do-install: diff --git a/sysutils/stow/pkg-descr b/sysutils/stow/pkg-descr index 5e13d2f5f120..595fb99fbd74 100644 --- a/sysutils/stow/pkg-descr +++ b/sysutils/stow/pkg-descr @@ -12,4 +12,4 @@ never delete any files, directories, or links that appear in a Stow directory (e.g., /usr/local/stow/emacs), so it's always possible to rebuild the target tree (e.g., /usr/local). -WWW: http://www.gnu.ai.mit.edu/software/stow/stow.html +WWW: http://www.gnu.org/software/stow/ diff --git a/sysutils/stow/pkg-plist b/sysutils/stow/pkg-plist deleted file mode 100644 index bbcf53cd4a28..000000000000 --- a/sysutils/stow/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@comment $FreeBSD$ -bin/stow -@unexec install-info --delete %D/info/stow.info %D/info/dir -info/stow.info -@exec install-info %D/info/stow.info %D/info/dir -- cgit