- Update to version 0.5
PR: 57900 Submitted by: maintainer
This commit is contained in:
parent
ccb1ebda1e
commit
d955972b53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90931
@ -6,14 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= yalias
|
||||
PORTVERSION= 0.4
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://offog.org/files/
|
||||
|
||||
MAINTAINER= tim@bishnet.net
|
||||
COMMENT= An enhanced execution box with regex pattern matching
|
||||
|
||||
USE_MOTIF= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_XLIB= yes
|
||||
|
||||
@ -22,4 +21,10 @@ USE_X_PREFIX= yes
|
||||
ALL_TARGET= yalias
|
||||
MAKE_ARGS= prefix=${PREFIX} YALIASDIR=${DATADIR}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (yalias-0.4.tar.gz) = 365c25dcaa73ab296d6c58e305574e2b
|
||||
MD5 (yalias-0.5.tar.gz) = 6f90e8e05751c38e4bea1dc6e00c7aa5
|
||||
|
@ -1,3 +1,5 @@
|
||||
bin/yalias
|
||||
share/yalias/system.yaliasrc
|
||||
@dirrm share/yalias
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user