only install as bin/cdialog to avoid conflict with misc/freedialog port

This commit is contained in:
Alan Eldridge 2003-01-13 18:48:05 +00:00
parent c861483226
commit d10bb91c42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73070
2 changed files with 9 additions and 8 deletions

View File

@ -10,7 +10,7 @@
PORTNAME= cdialog
PORTVERSION= 0.9b-20020814
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://dickey.his.com/dialog/
DISTNAME= ${PORTNAME:S|^c||}-${PORTVERSION}
@ -22,13 +22,15 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKEFILE= makefile
MAN1= dialog.1
MANLINKS= dialog.1 cdialog.1
MAN1= cdialog.1
post-install:
cd ${PREFIX}/bin; ${RM} -fv cdialog; ${LN} -fv dialog cdialog
cd ${MANPREFIX}/man/man1; \
${RM} -fv cdialog.1; ${LN} -fv dialog.1 cdialog.1
BINDIR= ${PREFIX}/bin
MAN1DIR= ${MANPREFIX}/man/man1
do-install:
cd ${WRKSRC};\
${INSTALL_PROGRAM} dialog ${BINDIR}/cdialog;\
${INSTALL_DATA} dialog.1 ${MAN1DIR}/cdialog.1
.include <bsd.port.mk>
#EOF

View File

@ -1,2 +1 @@
bin/dialog
bin/cdialog