diff options
Diffstat (limited to 'x11/ashell')
-rw-r--r-- | x11/ashell/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/ashell/Makefile b/x11/ashell/Makefile index a858fae5600b..775b726ab55e 100644 --- a/x11/ashell/Makefile +++ b/x11/ashell/Makefile @@ -1,5 +1,6 @@ PORTNAME= ashell DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org @@ -22,6 +23,8 @@ GH_ACCOUNT= MalpenZibo LDFLAGS+= -linotify +PORTSCOUT= limit:^[0-9]\. + PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md README.md |