- remove license type
- create symlinks with relative paths instead of absolute
This commit is contained in:
parent
a67bdcf540
commit
09a1a79056
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2000/07/04 00:09:50 krw Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2000/09/10 13:38:04 brad Exp $
|
||||
|
||||
DISTNAME= gsm-1.0.10
|
||||
CATEGORIES= audio
|
||||
NEED_VERSION= 1.310
|
||||
NEED_VERSION= 1.320
|
||||
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
LICENSE_TYPE= BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -16,8 +15,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WRKDIST= ${WRKDIR}/gsm-1.0-pl10
|
||||
|
||||
post-install:
|
||||
@ln -sf ${TRUEPREFIX}/man/man1/toast.1 ${PREFIX}/man/man1/untoast.1
|
||||
@ln -sf ${TRUEPREFIX}/man/man1/toast.1 ${PREFIX}/man/man1/tcat.1
|
||||
@cd ${PREFIX}/man/man1 && \
|
||||
ln -sf toast.1 untoast.1 && \
|
||||
ln -sf toast.1 tcat.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user