diff options
-rw-r--r-- | x11/aterm/Makefile | 3 | ||||
-rw-r--r-- | x11/aterm/pkg-plist | 1 | ||||
-rw-r--r-- | x11/rxvt-devel/Makefile | 3 | ||||
-rw-r--r-- | x11/rxvt-devel/pkg-plist | 1 | ||||
-rw-r--r-- | x11/rxvt-unicode/Makefile | 3 | ||||
-rw-r--r-- | x11/rxvt-unicode/pkg-plist | 1 | ||||
-rw-r--r-- | x11/rxvt/Makefile | 3 | ||||
-rw-r--r-- | x11/rxvt/pkg-plist | 1 | ||||
-rw-r--r-- | x11/wterm/Makefile | 3 | ||||
-rw-r--r-- | x11/wterm/pkg-plist | 1 |
10 files changed, 20 insertions, 0 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 583a189f4ab4..08628dc445b3 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -25,4 +25,7 @@ CONFIGURE_ARGS= --enable-transparency --enable-background-image \ MAN1= aterm.1 +post-install: + @${CHMOD} 4711 ${PREFIX}/bin/aterm + .include <bsd.port.mk> diff --git a/x11/aterm/pkg-plist b/x11/aterm/pkg-plist index 6a4f1420cad3..90bdc5edbd92 100644 --- a/x11/aterm/pkg-plist +++ b/x11/aterm/pkg-plist @@ -1 +1,2 @@ bin/aterm +@exec chmod 4711 %D/bin/aterm diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index c59ef8a89ed9..5ba92a50762e 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -24,4 +24,7 @@ CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ USE_BZIP2= yes MAN1= rxvt.1 +post-install: + @${CHMOD} 4711 ${PREFIX}/bin/rxvt + .include <bsd.port.mk> diff --git a/x11/rxvt-devel/pkg-plist b/x11/rxvt-devel/pkg-plist index 45ab4ea65bfd..70345b25d6d2 100644 --- a/x11/rxvt-devel/pkg-plist +++ b/x11/rxvt-devel/pkg-plist @@ -1 +1,2 @@ bin/rxvt +@exec chmod 4711 %D/bin/rxvt diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index c59ef8a89ed9..5ba92a50762e 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -24,4 +24,7 @@ CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ USE_BZIP2= yes MAN1= rxvt.1 +post-install: + @${CHMOD} 4711 ${PREFIX}/bin/rxvt + .include <bsd.port.mk> diff --git a/x11/rxvt-unicode/pkg-plist b/x11/rxvt-unicode/pkg-plist index 45ab4ea65bfd..70345b25d6d2 100644 --- a/x11/rxvt-unicode/pkg-plist +++ b/x11/rxvt-unicode/pkg-plist @@ -1 +1,2 @@ bin/rxvt +@exec chmod 4711 %D/bin/rxvt diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index c59ef8a89ed9..5ba92a50762e 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -24,4 +24,7 @@ CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ USE_BZIP2= yes MAN1= rxvt.1 +post-install: + @${CHMOD} 4711 ${PREFIX}/bin/rxvt + .include <bsd.port.mk> diff --git a/x11/rxvt/pkg-plist b/x11/rxvt/pkg-plist index 45ab4ea65bfd..70345b25d6d2 100644 --- a/x11/rxvt/pkg-plist +++ b/x11/rxvt/pkg-plist @@ -1 +1,2 @@ bin/rxvt +@exec chmod 4711 %D/bin/rxvt diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index 6a9f78311a09..e7516a83b04a 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -25,4 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" MAN1= wterm.1 +post-install: + @${CHMOD} 4711 ${PREFIX}/bin/wterm + .include <bsd.port.mk> diff --git a/x11/wterm/pkg-plist b/x11/wterm/pkg-plist index b3b338866352..38c1e148b447 100644 --- a/x11/wterm/pkg-plist +++ b/x11/wterm/pkg-plist @@ -1 +1,2 @@ bin/wterm +@exec chmod 4711 %D/bin/wterm |