- remove license type
- bump NEED_VERSION - ensure that the screen symlink is created properly; problem reported by Phil Pennock <pdp@nl.demon.net>
This commit is contained in:
parent
ed08ab5f3b
commit
5f1484378c
@ -1,25 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2000/03/24 22:11:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2000/05/18 00:06:42 brad Exp $
|
||||
|
||||
DISTNAME= screen-3.9.5
|
||||
CATEGORIES= misc
|
||||
NEED_VERSION= 1.218
|
||||
NEED_VERSION= 1.234
|
||||
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
|
||||
${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= screen
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
LICENSE_TYPE= GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
FAKE= Yes
|
||||
|
||||
HAS_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc'
|
||||
FAKE= Yes
|
||||
|
||||
post-install:
|
||||
@rm -f ${PREFIX}/bin/screen
|
||||
@cd ${PREFIX}/bin; ln -sf screen-3.9.5 screen
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/screen
|
||||
${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc ${PREFIX}/lib/screen/screenrc
|
||||
${INSTALL_DATA} ${WRKSRC}/terminfo/screencap ${PREFIX}/lib/screen
|
||||
|
@ -1,6 +1,5 @@
|
||||
bin/screen
|
||||
bin/screen-3.9.5
|
||||
@exec ln -sf %B%f %B/screen
|
||||
@unexec rm -f %B/screen
|
||||
man/man1/screen.1
|
||||
@unexec install-info --delete %D/info/screen.info %D/info/dir
|
||||
info/screen.info
|
||||
|
Loading…
Reference in New Issue
Block a user