diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-06 16:43:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-06 16:43:15 +0000 |
commit | fe0ec53260175e78258aa4883dc73da7c5e5f3f9 (patch) | |
tree | 0e867bcbb2632cda9eb8b363e99921fa7232f55a /core/sfic | |
parent | c6f909c9f35ccee7610c49b7fa18f923261c8d96 (diff) | |
download | aports-fe0ec53260175e78258aa4883dc73da7c5e5f3f9.tar.bz2 aports-fe0ec53260175e78258aa4883dc73da7c5e5f3f9.tar.xz |
various: use new subpackage implementation
Diffstat (limited to 'core/sfic')
-rw-r--r-- | core/sfic/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/sfic/APKBUILD b/core/sfic/APKBUILD index 7c87f017a6..91b82ce44a 100644 --- a/core/sfic/APKBUILD +++ b/core/sfic/APKBUILD @@ -8,6 +8,8 @@ makedepends="autoconf automake binutils gcc make uclibc-dev" arch=i486 url=http://sfic.sourceforge.net source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" + +subpackages="$pkgname-doc" splitfuncs="doc" build() { |