diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 20:05:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 20:05:02 +0000 |
commit | feaf03d4db54482604d98c834d82b8479f288ed9 (patch) | |
tree | 33386cf8633360036056f7ced88a79c3ad816ff2 /math | |
parent | 3156f1b61e41e2cdfbb62404b7e42ac88ffaf72f (diff) | |
download | ports-feaf03d4db54482604d98c834d82b8479f288ed9.tar.gz ports-feaf03d4db54482604d98c834d82b8479f288ed9.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/ss/Makefile | 2 | ||||
-rw-r--r-- | math/ss/pkg-plist | 2 |
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 |