aboutsummaryrefslogtreecommitdiff
path: root/x11/xsel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xsel/Makefile')
-rw-r--r--x11/xsel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xsel/Makefile b/x11/xsel/Makefile
index 3558ca92c047..3efee54456ac 100644
--- a/x11/xsel/Makefile
+++ b/x11/xsel/Makefile
@@ -25,7 +25,8 @@ NO_WRKSUBDIR= yes
CFLAGS+= `${GTK_CONFIG} --cflags`
LDFLAGS+= `${GTK_CONFIG} --libs` -lXt -lXaw
-MAN1= xsel.1
+MAN1= xsel.1
+PLIST_FILES= bin/xsel
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} xsel.c -o xsel ${LDFLAGS})