svn commit: r432059 - head/x11-wm/afterstep
Dirk Meyer
dinoex at FreeBSD.org
Sat Jan 21 16:48:34 UTC 2017
Author: dinoex
Date: Sat Jan 21 16:48:32 2017
New Revision: 432059
URL: https://svnweb.freebsd.org/changeset/ports/432059
Log:
- add LICENSE
- fix a possible problem if PREFIX differs from LOCALBASE
Modified:
head/x11-wm/afterstep/Makefile
Modified: head/x11-wm/afterstep/Makefile
==============================================================================
--- head/x11-wm/afterstep/Makefile Sat Jan 21 16:47:19 2017 (r432058)
+++ head/x11-wm/afterstep/Makefile Sat Jan 21 16:48:32 2017 (r432059)
@@ -12,6 +12,8 @@ DISTNAME= AfterStep-${PORTVERSION}
MAINTAINER= dinoex at FreeBSD.org
COMMENT= Window manager originally based on the Bowman NeXTstep clone
+LICENSE= GPLv2+
+
RUN_DEPENDS= asclock:x11-clocks/asclock
CONFLICTS?= afterstep-2*
@@ -36,6 +38,7 @@ HICOLOR_ICONS_DESC= Use hi-color icons
post-patch:
${REINPLACE_CMD} \
+ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
-e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/configure.h \
${WRKSRC}/sample.steprc
More information about the svn-ports-head
mailing list