aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-07-19 04:05:02 +0800
committerpav <pav@FreeBSD.org>2005-07-19 04:05:02 +0800
commitc7cf892b14fcbaff39ae47fd2a3ee55dd9a7430f (patch)
treefbc8105a26f4791381cc064be1603cd4b6570b8c /math
parent5dbef95844ebab8eff87e7168b607ef2a7e1b394 (diff)
downloadfreebsd-ports-gnome-c7cf892b14fcbaff39ae47fd2a3ee55dd9a7430f.tar.gz
freebsd-ports-gnome-c7cf892b14fcbaff39ae47fd2a3ee55dd9a7430f.tar.zst
freebsd-ports-gnome-c7cf892b14fcbaff39ae47fd2a3ee55dd9a7430f.zip
- Use PLIST_FILES
PR: ports/83680 Submitted by: Andrej Zverev <az@inec.ru>
Diffstat (limited to 'math')
-rw-r--r--math/ss/Makefile2
-rw-r--r--math/ss/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/ss/Makefile b/math/ss/Makefile
index a532a4501132..4015007313d2 100644
--- a/math/ss/Makefile
+++ b/math/ss/Makefile
@@ -18,6 +18,8 @@ COMMENT= A curses-based SpreadSheet program
WRKSRC= ${WRKDIR}/ss_133
MAN1= ss.1 pss.1
+PLIST_FILES= bin/ss bin/pss
+
do-configure:
@${CP} ${WRKSRC}/config.bsd ${WRKSRC}/config.h
diff --git a/math/ss/pkg-plist b/math/ss/pkg-plist
deleted file mode 100644
index 2190b205e7af..000000000000
--- a/math/ss/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/ss
-bin/pss