diff options
author | alane <alane@FreeBSD.org> | 2003-01-11 20:30:44 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-01-11 20:30:44 +0800 |
commit | 4bd5d4c693d15f72e760985d5d6ba8360c386eb0 (patch) | |
tree | 8f715e3e10f445a7868b648d54c2af172813881c /devel | |
parent | 342c76ce34e84f3efc6cb274459583fd5f53a09d (diff) | |
download | freebsd-ports-gnome-4bd5d4c693d15f72e760985d5d6ba8360c386eb0.tar.gz freebsd-ports-gnome-4bd5d4c693d15f72e760985d5d6ba8360c386eb0.tar.zst freebsd-ports-gnome-4bd5d4c693d15f72e760985d5d6ba8360c386eb0.zip |
Use name cdialog as that is common internet usage for this package.
Changed portname. Will repocopy.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ncurses-dialog/Makefile | 15 | ||||
-rw-r--r-- | devel/ncurses-dialog/pkg-plist | 2 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/ncurses-dialog/Makefile b/devel/ncurses-dialog/Makefile index 23739357a00c..2b5a258517fe 100644 --- a/devel/ncurses-dialog/Makefile +++ b/devel/ncurses-dialog/Makefile @@ -1,4 +1,5 @@ -# ex:ts=8 -*-mode: makefile-*- +# ex:ts=8 +# -*-mode: makefile-*- # # New ports collection makefile for: ncdialog # Date created: 2002-12-15 @@ -7,12 +8,12 @@ # $FreeBSD$ # -PORTNAME= dialog +PORTNAME= cdialog PORTVERSION= 0.9b-20020814 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://dickey.his.com/dialog/ -PKGNAMEPREFIX= ncurses- +DISTNAME= ${PORTNAME:S/^c//}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= alane@freebsd.org @@ -22,12 +23,12 @@ GNU_CONFIGURE= yes MAKEFILE= makefile MAN1= dialog.1 -MANLINKS= dialog.1 ncdialog.1 +MANLINKS= dialog.1 cdialog.1 post-install: - cd ${PREFIX}/bin; ${RM} -fv ncdialog; ${LN} -fv dialog ncdialog + cd ${PREFIX}/bin; ${RM} -fv cdialog; ${LN} -fv dialog cdialog cd ${MANPREFIX}/man/man1; \ - ${RM} -fv ncdialog.1; ${LN} -fv dialog.1 ncdialog.1 + ${RM} -fv cdialog.1; ${LN} -fv dialog.1 cdialog.1 .include <bsd.port.mk> #EOF diff --git a/devel/ncurses-dialog/pkg-plist b/devel/ncurses-dialog/pkg-plist index 2deda25c542c..9a8639890606 100644 --- a/devel/ncurses-dialog/pkg-plist +++ b/devel/ncurses-dialog/pkg-plist @@ -1,2 +1,2 @@ bin/dialog -bin/ncdialog +bin/cdialog |