summaryrefslogtreecommitdiff
path: root/print/psmark
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-05 20:38:07 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-05 20:38:07 +0000
commit3c175cb569f2bb20f5a8bed877c0c8c2b014dc79 (patch)
tree1f896dcd279ef0b0382485b20275d60ee1a5b0c5 /print/psmark
parentUpdate to 0.8.12. (diff)
Use PLIST_FILES.
Reviewed by: marcus
Notes
Notes: svn path=/head/; revision=100076
Diffstat (limited to 'print/psmark')
-rw-r--r--print/psmark/Makefile3
-rw-r--r--print/psmark/pkg-plist1
2 files changed, 2 insertions, 2 deletions
diff --git a/print/psmark/Makefile b/print/psmark/Makefile
index a5e578f074ac..67f7bfcb41fb 100644
--- a/print/psmark/Makefile
+++ b/print/psmark/Makefile
@@ -18,7 +18,8 @@ COMMENT= Renders a vertical string on any PostScript document
WRKSRC= ${WRKDIR}/${PORTNAME}
-MAN1= psmark.1
+MAN1= psmark.1
+PLIST_FILES= bin/psmark
do-build:
@cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
diff --git a/print/psmark/pkg-plist b/print/psmark/pkg-plist
deleted file mode 100644
index 94e8ab180c7d..000000000000
--- a/print/psmark/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/psmark