diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-01-21 16:48:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-01-21 16:48:32 +0000 |
commit | 6a26fa692a835f411976685c69dbf48a23bd17c7 (patch) | |
tree | 34790204e1116833579470bd9b7fafbd8bc25d51 | |
parent | 548ce829a9018d90a6d7e38146f24da32d322f47 (diff) | |
download | ports-6a26fa692a835f411976685c69dbf48a23bd17c7.tar.gz ports-6a26fa692a835f411976685c69dbf48a23bd17c7.zip |
Notes
-rw-r--r-- | x11-wm/afterstep/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 4e5846562186..f1f1bafd3ae7 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -12,6 +12,8 @@ DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= dinoex@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 |